Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise scope of role of mrb_vm_run() #6244

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Commits on Apr 21, 2024

  1. Revise scope of role of mrb_vm_run()

    `mrb_vm_run()` is,
      - It does not change the fiber context.
      - When control is returned, only one ci prepared by the caller is popped.
        If the ci equals cibase when called, the ci position does not change.
    
    related commits:
      - commit 4e84bdb
      - commit 34dd258
      - commit ebd6636
      - commit c673635
      - commit 23a4e71
      - commit 31a961a
    dearblue committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    5aa20f4 View commit details
    Browse the repository at this point in the history