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

winch(x64): Add support for global get and set #6703

Merged

Conversation

saulecabrera
Copy link
Member

@saulecabrera saulecabrera commented Jul 7, 2023

Part of #6528
This change adds support for the global.set and global.get instructions.

This change adds support for the `global.set` and `global.get`
instructions.
@saulecabrera saulecabrera requested a review from cfallin July 7, 2023 16:17
@saulecabrera saulecabrera requested review from a team as code owners July 7, 2023 16:17
@saulecabrera saulecabrera requested review from jameysharp and removed request for a team and jameysharp July 7, 2023 16:17
Copy link
Member

Choose a reason for hiding this comment

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

Don't see any f32 or f64 globals being tested here. Are those valtypes not supported by winch at all yet? If they are supported, then there should be some exercising of globals of those types. If not, then I guess there should eventually be that same exercising but not in this PR :-p

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, not supported yet, but I'll be working on introducing support for them next.

@github-actions github-actions bot added fuzzing Issues related to our fuzzing infrastructure winch Winch issues or pull requests labels Jul 7, 2023
@github-actions
Copy link

github-actions bot commented Jul 7, 2023

Subscribe to Label Action

cc @fitzgen, @saulecabrera

This issue or pull request has been labeled: "fuzzing", "winch"

Thus the following users have been cc'd because of the following labels:

  • fitzgen: fuzzing
  • saulecabrera: winch

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

@saulecabrera saulecabrera added this pull request to the merge queue Jul 7, 2023
Merged via the queue into bytecodealliance:main with commit 690dd11 Jul 7, 2023
19 checks passed
@saulecabrera saulecabrera deleted the winch-global-get-set branch July 7, 2023 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fuzzing Issues related to our fuzzing infrastructure winch Winch issues or pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants