Always use MRB_USE_IV_SEGLIST.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-07-27 15:47:03 +09:00
parent f26d00d9e8
commit 1e41026b28
6 changed files with 0 additions and 131 deletions
-6
View File
@@ -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