Skip to content

Improvements to mrb_protect_atexit()#6273

Merged
matz merged 1 commit intomruby:masterfrom
dearblue:closing
May 25, 2024
Merged

Improvements to mrb_protect_atexit()#6273
matz merged 1 commit intomruby:masterfrom
dearblue:closing

Conversation

@dearblue
Copy link
Copy Markdown
Contributor

  • Initialize the GC arena each time atexit is called.
  • To reduce the overhead of MRB_TRY(), an internal loop is also performed.

  - Initialize the GC arena each time `atexit` is called.
  - To reduce the overhead of `MRB_TRY()`, an internal loop is also performed.
@dearblue dearblue requested a review from matz as a code owner May 25, 2024 01:57
@github-actions github-actions bot added the core label May 25, 2024
@matz matz merged commit 20cf58d into mruby:master May 25, 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