forked from bytecodealliance/wasmtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename ContinuationObject and ContinuationReference (bytecodealliance…
…#144) This PR renames `ContinuationObject` to `VMContRef` and `ContinuationReference` to `VMContObj`. This was mostly just a search-replace job, but also involved renaming lots of variables named things like `contref` or `contobj` (and various variations thereof), as well as replacing mentions of "continuation object" in text. The baseline implementation remains mostly unchanged since it was already using that nomenclature, only some minor changes at the boundaries/when interacting with functions defined in both implementations (e.g., `typed_continuations_load_continuation_reference`) were necessary. This resolves bytecodealliance#104.
- Loading branch information
1 parent
9277a59
commit 750146b
Showing
15 changed files
with
238 additions
and
251 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.