Revision: 3125 Author: [email protected] Date: Mon Oct 26 04:35:07 2009 Log: Make V8::LowMemoryNotification GC for all platforms.
Review URL: http://codereview.chromium.org/330004 http://code.google.com/p/v8/source/detail?r=3125 Modified: /branches/bleeding_edge/src/api.cc ======================================= --- /branches/bleeding_edge/src/api.cc Wed Oct 21 08:03:34 2009 +++ /branches/bleeding_edge/src/api.cc Mon Oct 26 04:35:07 2009 @@ -2653,10 +2653,8 @@ void v8::V8::LowMemoryNotification() { -#if defined(ANDROID) if (!i::V8::IsRunning()) return; i::Heap::CollectAllGarbage(true); -#endif } --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
