-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(swingset): comms: enable object tracking in processMaybeFree()
* populate `maybeFree` with object references whose refcounts touch zero * update `processMaybeFree` to examine object refcounts * Promises continue to be freed immediately * for objects, we accumulate a set of "actions" that need to be taken * these actions will be executed by an upcoming patch * add `getOwnerAndStatus` helper function
- Loading branch information
Showing
1 changed file
with
57 additions
and
3 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