DescriptionAttempt to collect more garbage before panicking with out of memory.
Currently weak handles retain an object for another GC round (oftem times,
major GC round.) Instrumenting Chromium shows that navigation leaves
many global objects which are only collected in next go. Let's
attempt to collect more garbage when approacing OOM condition.
This is a better version of rolled out r5455: now it's correctly
rebuilds object groups between additional GCs.
Committed: http://code.google.com/p/v8/source/detail?r=5761
Patch Set 1 #
Total comments: 6
Patch Set 2 : Addressing various English usage concerns #
Messages
Total messages: 3 (0 generated)
|