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: Stop wrapping CmePtr with CmeDependency #6747

Merged
merged 2 commits into from Nov 16, 2022
Merged

Conversation

k0kubun
Copy link
Member

@k0kubun k0kubun commented Nov 16, 2022

A follow-up refactoring after #6734. This reduces memory consumption by only 0.1MB, so I wasn't sure if I should file this, but I filed this anyway because the code becomes slightly simpler.

@matzbot matzbot requested a review from a team November 16, 2022 19:21
yjit/src/core.rs Outdated
Comment on lines 372 to 373
// In case this block is invalidated, these two pieces of info
// help to remove all pointers to this block in the system.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, didn't catch that this comment is outdated now

@k0kubun k0kubun merged commit 6de4032 into ruby:master Nov 16, 2022
@k0kubun k0kubun deleted the yjit-cme branch November 16, 2022 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants