diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-07-27 15:47:03 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-07-27 16:14:03 +0900 |
| commit | 1e41026b28edbb6423b65588d5aeb270df2e0032 (patch) | |
| tree | 3672222c23e7fce5ca6e756258f737f2328ee117 /include | |
| parent | f26d00d9e81b102fababdd9c0d1b886fab30e35a (diff) | |
| download | mruby-1e41026b28edbb6423b65588d5aeb270df2e0032.tar.gz mruby-1e41026b28edbb6423b65588d5aeb270df2e0032.zip | |
Always use `MRB_USE_IV_SEGLIST`.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 4796919c2..b246b970c 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -52,12 +52,6 @@ /* number of object per heap page */ //#define MRB_HEAP_PAGE_SIZE 1024 -/* use segmented list for IV table */ -//#define MRB_USE_IV_SEGLIST - -/* initial size for IV khash; ignored when MRB_USE_IV_SEGLIST is set */ -//#define MRB_IVHASH_INIT_SIZE 8 - /* if _etext and _edata available, mruby can reduce memory used by symbols */ //#define MRB_USE_ETEXT_EDATA |
