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

Improvements to mrb_protect_atexit() #6273

Merged
merged 1 commit into from
May 25, 2024
Merged

Improvements to mrb_protect_atexit() #6273

merged 1 commit into from
May 25, 2024

Conversation

dearblue
Copy link
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
13 checks passed
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.

None yet

2 participants