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

YJIT: Undo add_block_version() in OOM code path #5226

Merged
merged 1 commit into from
Dec 7, 2021

Conversation

XrXr
Copy link
Member

@XrXr XrXr commented Dec 7, 2021

Preivously, 1 failed to undo the effect of applying
add_block_version() to a block, leaving dangling pointers in the iseq
when compilation fails.

Preivously, [1] failed to undo the effect of applying
add_block_version() to a block, leaving dangling pointers in the iseq
when compilation fails.

[1]: d077263
@XrXr XrXr merged commit 6beb05c into ruby:master Dec 7, 2021
@XrXr XrXr deleted the yjit-oom-full-undo branch December 7, 2021 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant