Skip to content

Commit

Permalink
Merge pull request #4380 from Agoric/2724-docs
Browse files Browse the repository at this point in the history
docs(swingset): update GC docs, virtual-objects are properly GCed
  • Loading branch information
mergify[bot] authored Jan 28, 2022
2 parents 99caf87 + a215188 commit 51300e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/docs/garbage-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Later, if the vat receives a message from the kernel that references the virtual

If/when this Representative `Object` is no longer referenced by userspace and becomes collected, the `droppedRegistry` finalizer will run, and liveslots will learn of its disappearance. At that point, liveslots checks with the VOM to see if the vref is truly unreachable, and perhaps call `syscall.dropExports`. If the vref is also unrecognizable, it will also call `syscall.retireExports`.

The full flowchart for tracking the reachable/recognizable state of virtual objects is complex, and not yet fully implemented. See ticket [#2724](https://github.com/Agoric/agoric-sdk/issues/2724) for details.
The full flowchart for tracking the reachable/recognizable state of virtual objects is complex. See ticket [#2724](https://github.com/Agoric/agoric-sdk/issues/2724) for details.

## deadSet, processDeadSet

Expand Down

0 comments on commit 51300e8

Please sign in to comment.