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

Fix a bug in the spillmap where we would miss copies. #228

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

vext01
Copy link

@vext01 vext01 commented Feb 13, 2025

When spilling a register A, not only update the mapping of this register A, but also the mappings of any other register B that aliases with register A.

Fixes ykjit/yk#1594

When spilling a register A, not only update the mapping of this register
A, but also the mappings of any other register B that aliases with
register A.

Fixes ykjit/yk#1594

Co-authored-by: Lukas Diekmann <lukas.diekmann@gmail.com>
@ltratt ltratt added this pull request to the merge queue Feb 13, 2025
Merged via the queue into ykjit:main with commit 397b6f5 Feb 13, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Havlak crash
2 participants