Chromium Code Reviews
DescriptionDisable an expensive GC assert unless heap verification also enabled.
This assert verifies every pointer being pushed on the mark stack as
belonging to old-space. Unfortunately, it turns out that checking for
containment in old-space domainates the running time of programs that
frequently invoke an old-space garbage collection.
Committed: https://code.google.com/p/dart/source/detail?r=11209
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||