Use bit shifting to pack function pointers to `mrb_method_t`.
So you don't need `-falign-functions=2` anymore. Instead your platform must not use higher bits of the pointer (true for most platforms). If not, you have to use `struct mrb_method_t` version.
Showing
Please register or sign in to comment