On 2011/08/19 12:45:51, Vyacheslav Egorov wrote:
http://codereview.chromium.org/7689002/diff/1/src/api.cc#newcode3972 src/api.cc:3972: isolate->heap()->CollectAllGarbage(i::Heap::kNoGCFlags); Please file an issue to do meaningful work on LowMemoryNotification.
Wouldn't a call to Heap::CollectAllAvailableGarbage() be the most meaningful thing to do in this case? http://codereview.chromium.org/7689002/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
