Files
mruby-mruby/mrbgems
Yukihiro "Matz" Matsumoto 8f2c62407c Add MRB_METHOD_TABLE_INLINE option.
Now the method tables (in classes/modules and caches) keeps C function
pointers without wrapping in `struct RProc` objects. For the sake of
portability, `mrb_method_t` is represented by the struct and union, but
if the most significant bit of the pointer is not used by the platform,
`mrb_method_t` should be packed in `uintptr_t` to reduce memory usage.

`MRB_METHOD_TABLE_INLINE` is turned on by default for linux.
2017-11-20 18:33:41 +09:00
..
2017-11-17 12:39:34 +01:00
2017-10-18 10:18:43 +09:00
2017-08-09 21:56:27 +02:00
2017-10-17 11:19:12 +09:00
2015-09-01 20:54:27 -04:00