Change the structure of the scavenge collector's loop. Move
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 May 2009 12:36:18 +0000 (12:36 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 May 2009 12:36:18 +0000 (12:36 +0000)
commitd6a506c66e618d75216317f284a88d3be429c2e5
treea6e9c02743a2afbacad69b3b0b871de18cce93ec
parent1a3a106d4b63ebf1043bc138ac068eaa1d2bed54
Change the structure of the scavenge collector's loop.  Move
scavenging of objects pointed to by weak handles earlier.  Rename
"mark" => "front" and "top" => "rear" to make it clearer which end is
which.
Review URL: http://codereview.chromium.org/113097

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1900 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap.cc
src/spaces.h