mrbconf.h: add MRB_USE_INLINE_METHOD_CACHE option description.

Currently it does not improve the performance (yet).
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-10-08 20:46:35 +09:00
parent 5d1d58d4d1
commit 16a224e25d
+1
View File
@@ -46,6 +46,7 @@
//#define MRB_NO_METHOD_CACHE
/* size of the method cache (need to be the power of 2) */
//#define MRB_METHOD_CACHE_SIZE (1<<8)
//#define MRB_USE_INLINE_METHOD_CACHE
/* add -DMRB_USE_METHOD_T_STRUCT on machines that use higher bits of function pointers */
/* no MRB_USE_METHOD_T_STRUCT requires highest 2 bits of function pointers to be zero */