diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-09-16 09:36:05 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-09-16 10:10:09 +0900 |
| commit | 0eb9355acdcb67ad0168a81be4ba6d6978cc02fe (patch) | |
| tree | 017c0e82c4599529cff32db87d2fb2eb3ac5b1b3 /include/mruby.h | |
| parent | 743d480fba801cdfdea61427017be781262dca54 (diff) | |
| download | mruby-0eb9355acdcb67ad0168a81be4ba6d6978cc02fe.tar.gz mruby-0eb9355acdcb67ad0168a81be4ba6d6978cc02fe.zip | |
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.
Diffstat (limited to 'include/mruby.h')
0 files changed, 0 insertions, 0 deletions
