Files
mruby-mruby/mrbgems/mruby-fiber
Yukihiro "Matz" Matsumoto 3246dd2562 mruby-fiber: optimize initial memory allocation sizes
Reduce FIBER_STACK_INIT_SIZE from 64 to 16 and FIBER_CI_INIT_SIZE
from 8 to 4 based on runtime analysis. Data shows typical usage
is 5-8 stack registers and 4 callinfo slots, achieving ~75% memory
reduction per fiber while preserving dynamic growth.

Co-authored-by: Claude <noreply@anthropic.com>
2025-08-14 10:53:09 +09:00
..