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

cranelift-frontend: Specify stack map behavior when defining variables #8937

Merged

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Jul 11, 2024

This makes it so that all uses of the variable are automatically marked as needing stack maps, which is a big simplification and removal of potential footguns for users.

@fitzgen fitzgen requested review from a team as code owners July 11, 2024 00:39
@fitzgen fitzgen requested review from cfallin and alexcrichton and removed request for a team July 11, 2024 00:39
@fitzgen fitzgen force-pushed the variables-need-stack-maps-too branch from 4190e22 to ae51bc8 Compare July 11, 2024 00:44
@github-actions github-actions bot added cranelift Issues related to the Cranelift code generator cranelift:wasm labels Jul 11, 2024
Instead of adding a parameter to `declare_var`
@alexcrichton alexcrichton added this pull request to the merge queue Jul 11, 2024
Merged via the queue into bytecodealliance:main with commit ab2aae5 Jul 11, 2024
37 checks passed
@fitzgen fitzgen deleted the variables-need-stack-maps-too branch July 11, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift:wasm cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants