mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
96e91004cd
reduced TASK_STACK_INIT_SIZE from 64 to 16 and TASK_CI_INIT_SIZE from 8 to 4, matching mruby-fiber's conservative allocations. this saves 56 bytes per task (320 bytes down to 160 bytes for initial allocations). stacks grow dynamically via mrb_stack_extend when needed. Co-authored-by: Claude <noreply@anthropic.com>