-
Notifications
You must be signed in to change notification settings - Fork 792
Stack switching proposal support #7041
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
14af574
Stack switching proposal support
dhil edbc438
Address the 'easy' bits of Thomas' feedback
dhil c0d8648
Deduplicate the parsing logic for resume tables
dhil 98f6314
Use inherited the 'type' member to track the continuation type in
dhil c407262
Format
dhil 15fcbc6
Remove PrintSExpression::visit{Resume,ResumeThrow,StackSwitch}
dhil d1866bc
Don't (re)compute sentTypes for resume and resume_throw.
dhil 2b06c76
[fuzz] Skip stack switching tests.
dhil 3b339f9
Abstract shared logic for reading resume tables.
dhil 0886451
Encode on-clauses using only two parallel vectors.
dhil d76f260
Return resumetable rather than taking it as a reference.
dhil 1c2ed8a
Revert "Don't (re)compute sentTypes for resume and resume_throw."
dhil c8bf255
Propagate Type::unreachable in switch.
dhil 9e16e47
Compute sentTypes for resumetables upon construction.
dhil 157552a
WIP
dhil 480843d
Check for unreachable continuation types.
dhil c8d345a
Compute resume table sent types during expression construction.
dhil 0110dd5
Add switch lit test
dhil f418774
Fix unreachable type printing
dhil 3bedcb5
Merge
dhil b1d65ce
Read sentTypes off label types.
dhil c549cd7
[WIP] Eliminate type immediate members.
dhil 6a20680
Merge with upstream
dhil 2a3fabe
Fix lint
dhil d19763c
Eliminate type immediates from stack switching instructions
dhil 0e5caf2
Merge with upstream
dhil 640aa92
Merge branch 'main' of github.com:WebAssembly/binaryen into stack-swi…
dhil 4b6b93a
Run update_lit_tests
dhil 9a8bb46
Rebuild and run update_lit_tests
dhil 1d82c8b
Format
dhil 60aed28
Update stack switching lit tests
dhil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.