mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
3246dd2562
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>