• dearblue's avatar
    Changes `stackent` to `stack` of `mrb_callinfo` · 16baea06
    dearblue authored
    This enhances self-containment.
    
    Previously `mrb_context::stack` had the current call level stack, but now it owns it.
    The `mrb_context::stack` field, which is no longer needed, will be removed.
    16baea06
vm.c 76.9 KB