Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VOM: remove linkToCohort/unweakable for KindHandle prototypes
Now that `kindHandleToID` is a *strong* Map, KindHandles are held strongly, from definition/reanimation time through to the end of the incarnation. That means their prototype is no longer useful as a GC sensor, and we don't need to use `linkToCohort` or `unweakable` to prevent userspace from trying.
- Loading branch information