Chromium Code Reviews

Issue 113097: Change the structure of the scavenge collector's loop. Move... (Closed)

Created:
11 years, 7 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
bak, Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

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. Committed: http://code.google.com/p/v8/source/detail?r=1900

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+52 lines, -54 lines)
M src/heap.cc View 3 chunks +51 lines, -53 lines 0 comments
M src/spaces.h View 1 chunk +1 line, -1 line 0 comments

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
Because you like reading GC code. We are still hitting (but skipping) promoted objects when ...
11 years, 7 months ago (2009-05-07 11:37:39 UTC) #1
Erik Corry
11 years, 7 months ago (2009-05-07 11:59:21 UTC) #2
LGTM

Powered by Google App Engine