• dearblue's avatar
    Make `mrb_exec_irep()` allow non-VM to enter. · dd34ac64
    dearblue authored
    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()`.
    dd34ac64
eval.c 6.7 KB