add description of MRB_HEAP_PAGE_SIZE

This commit is contained in:
Yukihiro Matsumoto
2012-07-30 17:18:32 +09:00
parent d91f475e55
commit 0c55f7ecc3
+3
View File
@@ -19,6 +19,9 @@
/* argv max size in mrb_funcall */
//#define MRB_FUNCALL_ARGC_MAX 16
/* number of object per heap page */
//#define MRB_HEAP_PAGE_SIZE 1024
/* -DDISABLE_XXXX to drop the feature */
#define DISABLE_REGEXP /* regular expression classes */
//#define DISABLE_SPRINTF /* Kernel.sprintf method */