mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
301436d400
- add MRB_NO_BOXING, MRB_WORDBOX_NO_INLINE_FLOAT documentation - update MRB_WORD_BOXING description (inline floats on 64-bit) - add MRB_INT64 restriction note for 32-bit platforms - fix MRB_MALLOC_TRIM -> MRB_USE_MALLOC_TRIM (renamed) - fix MRB_ARY_LENGTH_MAX default (131072, not 1MB) - remove stale MRB_USE_LINK_TIME_RO_DATA_P reference - add MRB_SYMBOL_LINEAR_THRESHOLD and tuning profiles section - remove outdated heap page size calculation (referenced mruby 3.1.0) Co-authored-by: Claude <noreply@anthropic.com>