Skip to content

Revise scope of role of mrb_vm_run() - #6244

Merged
matz merged 1 commit into
mruby:masterfrom
dearblue:mrb_vm_run
Apr 23, 2024
Merged

Revise scope of role of mrb_vm_run()#6244
matz merged 1 commit into
mruby:masterfrom
dearblue:mrb_vm_run

Conversation

@dearblue

Copy link
Copy Markdown
Contributor

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:


I have traced from the related commits to check the issues and they can no longer be reproduced.

`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
dearblue requested a review from matz as a code owner April 21, 2024 04:40
@github-actions github-actions Bot added the core label Apr 21, 2024
@matz
matz merged commit 22518b5 into mruby:master Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants