mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
eaaa66b39b
Heap-allocated RInteger with int64_t requires 8-byte alignment, but GC heap slots on 32-bit may not guarantee it, causing SIGBUS on architectures like MIPS. MRB_NO_BOXING is still allowed since integers are stored inline in mrb_value (no heap RInteger). Co-authored-by: Claude <noreply@anthropic.com>