Reviewers: bak, Message: Because you really like reading GC code.
Description: Change the scavenging collector so that promoted objects do not reside in the old generation while its remembered set is being swept for pointers into the young generation. This is done by delaying the copying of promoted objects from when they are first encountered and promoted to only when their body is visited. Please review this at http://codereview.chromium.org/115086 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/heap-inl.h M src/heap.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
