-
Notifications
You must be signed in to change notification settings - Fork 797
[Stack Switching] Add basic support for resume/suspend in the interpreter #7771
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 126 commits
Commits
Show all changes
128 commits
Select commit
Hold shift + click to select a range
4ccb81c
wohoo
kripken 9646f9a
exc
kripken ddee5c4
faster
kripken ed3b506
hope
kripken 7e6b8b8
Merge remote-tracking branch 'origin/main' into resumey
kripken 2cf8b9d
field
kripken 3d009f7
start
kripken 2aa78ee
work
kripken 80a805d
work
kripken 2ec86fd
add continutation literal
kripken 9d8566d
work
kripken 06d9a65
work
kripken 62700c5
work
kripken 3aa2ee5
work
kripken ff216af
work
kripken 2de4b00
work
kripken 346848a
typo
kripken 2bc653b
simple debug
kripken f3485eb
format
kripken 7d68e24
work
kripken 0eb3346
work
kripken e0367c6
work
kripken 77b1d2d
work
kripken 86fc6a3
work
kripken 9a9bf7c
work
kripken 20a59c0
work
kripken 9dd600f
test
kripken b98eaa8
work
kripken e1cf473
work
kripken 08ad388
work
kripken 32bddbe
work
kripken 1dc1bbb
work
kripken ffbf718
work
kripken 54e6db1
work
kripken 0752685
work
kripken 83f26a2
work
kripken 7dc4655
work
kripken 91ea6d8
work
kripken 696c5ab
work
kripken 040831f
work
kripken e950b6e
work
kripken db8b502
work
kripken 124739a
work
kripken 6aba061
work
kripken 8cfb369
work
kripken 4231a84
work
kripken 9b04a61
work
kripken 387f7b6
work
kripken bcf11cd
work
kripken d31ebff
work
kripken 5c10344
work
kripken 9e13c0e
work
kripken 41c0962
work
kripken d9f19e7
work
kripken 48decde
work
kripken 8469d00
work
kripken 1a51fb5
work
kripken 679d87f
work
kripken 1449843
work
kripken e12d49c
work
kripken 41709ba
work
kripken 8b5b990
work
kripken 04eccec
format
kripken e652e83
work
kripken 2523441
Revert "work"
kripken 25ab4ce
work
kripken 377ccb4
format
kripken ddadbfe
work
kripken 6360d03
work
kripken 193e091
work
kripken f147ce6
work
kripken 3436d6e
work
kripken e2ed33e
work
kripken 9f6f06b
work
kripken 1c2d8c4
Merge remote-tracking branch 'origin/main' into resumey
kripken 1c5798e
fixen
kripken be3a0a5
work
kripken 7a3f570
work
kripken 83f1dff
work
kripken a95ce74
work
kripken 5132664
work
kripken 5bfc1e3
work
kripken 266cc45
work
kripken e557e56
work
kripken 1ed07ed
work
kripken b155afb
work
kripken 9970b07
work
kripken b835ddc
work
kripken 79d2689
work
kripken 19b2b4e
work
kripken 73b6d7e
work
kripken 8289194
work
kripken 3123fd7
work
kripken c7e87e3
work
kripken 889e949
work
kripken 518e91d
work
kripken 9da6670
work
kripken 6c64aca
format
kripken a14e0bc
work
kripken 1d6a405
work
kripken f83baa9
work
kripken 2d12c6a
work
kripken b0e4805
work
kripken 62bf5d0
work
kripken b353b3f
work
kripken 3809704
work
kripken f96c3a8
work
kripken cb6fe67
work
kripken 2991f8c
work
kripken c9ba2a9
work
kripken 37b6c75
work
kripken 9155b9c
safe
kripken d14259e
work
kripken c9589d9
work
kripken 39164a3
work
kripken 2cff4a3
work
kripken b823e9a
work
kripken 9460649
work
kripken f1069e8
format
kripken 39edc5c
Update src/wasm-interpreter.h
kripken fe9d157
feedback: comment
kripken c143604
Update src/wasm-interpreter.h
kripken 8c7680e
todo
kripken 9269042
Merge remote-tracking branch 'myself/resumey' into resumey
kripken 021d90b
comment to clarify
kripken 6ee86b7
fully support assert_suspend
kripken 96f6521
feedback on tests
kripken 2d1dbe4
add todos
kripken 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
Oops, something went wrong.
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.