Chromium Code Reviews
DescriptionImplemented really weak handles.
Really weak handles are like normal weak handles except that objects
are collected as soon as they are found to be unreachable and not on
the next GC. When used for wrapper objects really weak handles can
significantly reduce time spent in GC. With them we do more minor and
less major collections.
Note, in this change I also removed global object handle counting,
which nobody was using and which can be easily put back if someone
needs it again.
Patch Set 1 #Patch Set 2 : Removed debug traces. #Patch Set 3 : Fix typo. #
Total comments: 6
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||