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

Issue 1217011: Merging scavenge into sweeping phase of mark-sweep(-compact) collector. (Closed)

Created:
10 years, 9 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Merging scavenge into sweeping phase of mark-sweep(-compact) collector. Should reduce full GC pauses. Committed: http://code.google.com/p/v8/source/detail?r=4318

Patch Set 1 : '' #

Total comments: 20

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+403 lines, -150 lines) Patch
M src/heap.h View 1 5 chunks +31 lines, -9 lines 0 comments Download
M src/heap.cc View 1 6 chunks +38 lines, -27 lines 0 comments Download
M src/heap-inl.h View 1 chunk +21 lines, -0 lines 0 comments Download
M src/mark-compact.h View 1 chunk +14 lines, -14 lines 0 comments Download
M src/mark-compact.cc View 1 15 chunks +298 lines, -99 lines 0 comments Download
M src/utils.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Vyacheslav Egorov (Chromium)
10 years, 9 months ago (2010-03-25 09:47:56 UTC) #1
Mads Ager (chromium)
Kevin had a version where these were combined. Kevin, could you review this one?
10 years, 9 months ago (2010-03-25 09:59:23 UTC) #2
Kevin Millikin (Chromium)
First round of comments, mostly just style comments. http://codereview.chromium.org/1217011/diff/8001/9001 File src/heap.cc (right): http://codereview.chromium.org/1217011/diff/8001/9001#newcode864 src/heap.cc:864: return ...
10 years, 9 months ago (2010-03-25 14:48:32 UTC) #3
Vyacheslav Egorov (Chromium)
Fixed all style issues. http://codereview.chromium.org/1217011/diff/8001/9004 File src/mark-compact.cc (right): http://codereview.chromium.org/1217011/diff/8001/9004#newcode1134 src/mark-compact.cc:1134: reinterpret_cast<Code*>(target)->instruction_start()); On 2010/03/25 14:48:33, Kevin ...
10 years, 9 months ago (2010-03-29 16:40:51 UTC) #4
Kevin Millikin (Chromium)
LGTM. You'll need to add your changes to heap-inl.h to this changelist before committing.
10 years, 8 months ago (2010-03-30 06:33:36 UTC) #5
Vyacheslav Egorov (Chromium)
Kevin, please take a look at heap-inl.h. On 2010/03/30 06:33:36, Kevin Millikin wrote: > LGTM. ...
10 years, 8 months ago (2010-03-30 11:19:15 UTC) #6
Kevin Millikin (Chromium)
10 years, 8 months ago (2010-03-30 11:28:14 UTC) #7
LGTM.

Powered by Google App Engine
This is Rietveld 408576698