This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1615082 - Fix IsMarked assertions to allow use by off-thread mark…
…ing during sweeping and make wasm::Instance use IsMarked rather than IsAboutToBeFinalized r=sfink I unintentionally changed the assertions in CheckIsMarkedThing to ignore marking (but left the comment intact!). Also, IsAboutToBeFinalized always returns true during marking so this assertion will always pass. Fixed this by changing to IsMarked, but I had to add back a previouly removed version of IsMarked. Differential Revision: https://phabricator.services.mozilla.com/D62938
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 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