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: Constify EC to avoid an as pointer cast #7591

Merged
merged 1 commit into from Mar 24, 2023

Conversation

XrXr
Copy link
Member

@XrXr XrXr commented Mar 24, 2023

Side note, on 1.58.0, we don't have access to
pointer::cast_{const,mut} to express that the cast should only ever
change the mutability. Might want to consider polyfilling it
if we find other cases like this one.

@matzbot matzbot requested a review from a team March 24, 2023 15:47
@maximecb maximecb merged commit 35e9b53 into ruby:master Mar 24, 2023
97 checks passed
@XrXr XrXr deleted the yjit-rm-a-cast branch March 24, 2023 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants