-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
A-generalArea: all code base (issues with this label may be divided into more concrete issues)Area: all code base (issues with this label may be divided into more concrete issues)C-cleanupCategory: CleanupCategory: CleanupP-normalPriority: Normal.Priority: Normal.
Description
For example, we have cyclic reference between GCTrigger
and Plan
. Currently we use MayUninit
to create the cyclic reference. The idiomatic way is to use Weak
, and upgrade
the weak reference when accessing the field. upgrade
has a performance cost. We should measure and see if this is appropriate for us.
Metadata
Metadata
Assignees
Labels
A-generalArea: all code base (issues with this label may be divided into more concrete issues)Area: all code base (issues with this label may be divided into more concrete issues)C-cleanupCategory: CleanupCategory: CleanupP-normalPriority: Normal.Priority: Normal.