allow turning off GC generational mode by default by MRB_GC_TURN_OFF_GENERATIONAL; #1447

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-08-08 21:42:20 +09:00
parent 3b2b760ed3
commit 1e87bf6d2f
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -41,6 +41,9 @@
/* initial size for IREP array */
//#define MRB_IREP_ARRAY_INIT_SIZE (256u)
/* turn off generational GC by default */
//#define MRB_GC_TURN_OFF_GENERATIONAL
/* default size of khash table bucket */
//#define KHASH_DEFAULT_SIZE 32