mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6d4fecc57c
reduces per-task memory usage by 8 bytes (6.2%) through: - removing priority_preemption field (always equals priority) - removing started flag (inferred from context status) - unifying wakeup_tick/join/mutex into single union old size: 128 bytes new size: 120 bytes all tests pass with no functionality changes. Co-authored-by: Claude <noreply@anthropic.com>