Reviewers: Vyacheslav Egorov, Message: Slava,
may you have a look? Description: Attempt 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. Please review this at http://codereview.chromium.org/4295004/show SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/global-handles.h M src/global-handles.cc M src/heap-inl.h M src/heap.h M src/heap.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
