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: Break register cycles for C arguments (take 2) #8018

Merged
merged 2 commits into from Jul 4, 2023

Conversation

k0kubun
Copy link
Member

@k0kubun k0kubun commented Jul 3, 2023

I reverted #7918 before since it caused a failure on ko1's CI. This PR fixes the issue in the PR and re-introduces it.

There was a place where live_range is indexed by an InsnOut index while it needs to be shifted_live_range for those indexes, so this PR fixes that place. Please review the second commit. I added a minimized regression test of what failed on ko1's CI.

@k0kubun k0kubun marked this pull request as ready for review July 3, 2023 23:11
@matzbot matzbot requested a review from a team July 3, 2023 23:12
@maximecb maximecb merged commit a1d4dad into ruby:master Jul 4, 2023
89 checks passed
@k0kubun k0kubun deleted the yjit-shuffle-fix branch July 5, 2023 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants