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 RegisterAllocation.toAddressMemLoc:disp internal compiler error #511

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

MatthewFluet
Copy link
Member

Fix bug in x86 and amd64 native codegens leading to an internal compiler error
(Fail: amd64AllocateRegisters.RegisterAllocation.toAddressMemLoc:disp).

Thanks to Darin Minamoto (DarinM223) for the bug report.

Closes #509

Fix bug in x86 and amd64 native codegens leading to an internal compiler
error (`Fail: amd64AllocateRegisters.RegisterAllocation.toAddressMemLoc:disp`).

Thanks to Darin Minamoto (DarinM223) for the bug report.

Closes MLton#509
@MatthewFluet MatthewFluet merged commit 9213775 into MLton:master Aug 31, 2023
9 checks passed
@MatthewFluet MatthewFluet deleted the toAddressMemLoc-disp-bug branch August 31, 2023 20:14
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.

FFI causes compiler bug for AMD64
1 participant