mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4cca8bac6b
Inline structures have no instance variables, no finalizer, and offer as much space as possible in RBASIC object. This means 24 bytes on 64-bit platforms and 12 bytes on 32-bit platforms. mruby-inline-struct gem is only provided for testing.