Add MRB_METHOD_CACHE description to include/mrbconf.h

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-11-20 06:04:27 +09:00
parent 6a9efd6849
commit 6c06e77446
+5
View File
@@ -31,6 +31,11 @@
/* exclude floating point numbers */
//#define MRB_WITHOUT_FLOAT
/* add -DMRB_METHOD_CACHE to use method cache to improve performance */
//#define MRB_METHOD_CACHE
/* size of the method cache (need to be the power of 2) */
//#define MRB_METHOD_CACHE_SIZE (1<<7)
/* add -DMRB_INT16 to use 16bit integer for mrb_int; conflict with MRB_INT64 */
//#define MRB_INT16