Status: Accepted Owner: [email protected] CC: erik.corry Labels: Type-Bug Priority-Medium HW-x64
New issue 458 by [email protected]: No compacting GC is ever called if all we do is compile code http://code.google.com/p/v8/issues/detail?id=458 A compilation benchmark that continually compiles code, and then drops the handles to that code so it can be freed, runs out of memory. Investigating shows that only mark-sweep and scavenge GCs are triggered. Find out why no mark-compact collections are triggered, and fix it. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
