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. Please review this at http://codereview.chromium.org/3327021/show 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
