Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Issue 6928010: Make the marking stack into a deque (Closed)

Created:
9 years, 7 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make the marking stack into a deque Committed: http://code.google.com/p/v8/source/detail?r=7791

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -107 lines) Patch
M src/heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/incremental-marking.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/incremental-marking.cc View 7 chunks +31 lines, -26 lines 0 comments Download
M src/incremental-marking-inl.h View 3 chunks +8 lines, -7 lines 0 comments Download
M src/mark-compact.h View 4 chunks +51 lines, -26 lines 1 comment Download
M src/mark-compact.cc View 12 chunks +39 lines, -39 lines 0 comments Download
M src/spaces.h View 3 chunks +5 lines, -1 line 1 comment Download
M src/spaces.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 7 months ago (2011-05-04 13:40:04 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 7 months ago (2011-05-04 14:46:52 UTC) #2
LGTM

http://codereview.chromium.org/6928010/diff/1/src/mark-compact.h
File src/mark-compact.h (right):

http://codereview.chromium.org/6928010/diff/1/src/mark-compact.h#newcode140
src/mark-compact.h:140: if (size > obj_high - obj_low) size >>= 1;
(obj_high - obj_low)

http://codereview.chromium.org/6928010/diff/1/src/spaces.h
File src/spaces.h (right):

http://codereview.chromium.org/6928010/diff/1/src/spaces.h#newcode343
src/spaces.h:343: bool in_new_space() { return in_new_space_; }
please revert these unrelated changes.

Powered by Google App Engine
This is Rietveld 408576698