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: Fix leak in compilation loop #5229

Merged
merged 1 commit into from
Dec 8, 2021
Merged

Conversation

XrXr
Copy link
Member

@XrXr XrXr commented Dec 8, 2021

Previously, when there are too many blocks in a batch, the last block in
the batch is not tracked in the array of batches and not freed.

Previously, when there are too many blocks in a batch, the last block in
the batch is not tracked in the array of batches and not freed.
@XrXr XrXr merged commit 82bb9ce into ruby:master Dec 8, 2021
@XrXr XrXr deleted the yjit-batch-leak branch December 8, 2021 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants