diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-30 23:56:34 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-30 23:56:34 +0900 |
| commit | d749ccfd3eb3f6020146ab287b0cea74f35e169f (patch) | |
| tree | 6a0f37e559ecab82f04ec4e2be602ebedd1e3c6d | |
| parent | 515862cc015097144a003aa0f253af3a58dbab37 (diff) | |
| download | mruby-d749ccfd3eb3f6020146ab287b0cea74f35e169f.tar.gz mruby-d749ccfd3eb3f6020146ab287b0cea74f35e169f.zip | |
add description of MRB_IV_INITIAL_SIZE
| -rw-r--r-- | include/mrbconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 955e6538b..3d1e1757d 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -19,6 +19,9 @@ /* number of object per heap page */ //#define MRB_HEAP_PAGE_SIZE 1024 +/* initial size for IV khash */ +//#define MRB_IV_INITIAL_SIZE 8 + /* default size of khash table bucket */ //#define KHASH_DEFAULT_SIZE 32 |
