mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
95bfa86160
extract the three largest self-contained opcode handlers from the mrb_vm_exec() dispatch loop into static functions. add __attribute__((flatten)) to mrb_vm_exec() so that the compiler inlines them back, producing identical binary output while keeping the source clean. Co-authored-by: Claude <noreply@anthropic.com>