Open
Description
Right now, we place objects that need to be freed at shutdown into a weak list that is traversed at shutdown. This makes allocation slower and increases memory used.
Allocation:
Line 224 in 9903af4
Shutdown:
Lines 495 to 503 in 9903af4
Instead, we should use heap walking at shutdown to free these objects.
Metadata
Metadata
Assignees
Labels
No labels