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

Simplify stack-to-register mapping API #627

Merged
merged 41 commits into from
Jun 29, 2023

Conversation

guillep
Copy link
Member

@guillep guillep commented Jun 23, 2023

The compile-time symbolic stack should always be in sync with the (spilled) runtime stack.
If they get out of sync, the generated code is always wrong.

This PR fixes the API and implementation of stack mapping to prevent such desynchronisations, and provide a much simpler way to use.

@guillep guillep changed the base branch from pharo-10 to pharo-12 June 23, 2023 13:50
Copy link
Collaborator

@PalumboN PalumboN left a comment

Choose a reason for hiding this comment

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

RnR 🚀

@guillep guillep merged commit 5f53639 into pharo-project:pharo-12 Jun 29, 2023
@guillep guillep deleted the stack-mapping branch June 29, 2023 17:02
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.

2 participants