mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
dd34ac647f
Change the old `mrb_exec_irep()` as-is to static `mrb_exec_irep_vm()`. Extract the VM entry part from the old `exec_irep()` in `mruby-eval/src/eval.c` and make it the core of the new `mrb_exec_irep()`.