mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Always use MRB_USE_IV_SEGLIST.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user