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

Issue 380653003: Allow main thread to contribute to the sweeping phase. (Closed)

Created:
6 years, 5 months ago by Hannes Payer (out of office)
Modified:
6 years, 5 months ago
Reviewers:
Jarin
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Allow main thread to contribute to the sweeping phase. BUG= R=jarin@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22318

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -33 lines) Patch
M src/mark-compact.h View 1 2 3 3 chunks +7 lines, -4 lines 0 comments Download
M src/mark-compact.cc View 1 2 3 11 chunks +36 lines, -21 lines 1 comment Download
M src/spaces.h View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M src/spaces.cc View 1 2 3 3 chunks +15 lines, -4 lines 0 comments Download
M src/sweeper-thread.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Hannes Payer (out of office)
6 years, 5 months ago (2014-07-09 10:15:26 UTC) #1
Jarin
lgtm with a bunch of non-blocking comments. https://codereview.chromium.org/380653003/diff/40001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/380653003/diff/40001/src/mark-compact.cc#newcode4069 src/mark-compact.cc:4069: // Force ...
6 years, 5 months ago (2014-07-09 11:02:03 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/380653003/diff/40001/src/mark-compact.cc File src/mark-compact.cc (right): https://codereview.chromium.org/380653003/diff/40001/src/mark-compact.cc#newcode4069 src/mark-compact.cc:4069: // Force instantiation of templatized SweepInParallel method for On ...
6 years, 5 months ago (2014-07-10 12:03:46 UTC) #3
Hannes Payer (out of office)
Committed patchset #4 manually as r22318 (presubmit successful).
6 years, 5 months ago (2014-07-10 12:07:36 UTC) #4
Jarin
6 years, 5 months ago (2014-07-10 12:12:20 UTC) #5
Message was sent while issue was closed.
Love it, thanks. Small nit (for future work).

https://codereview.chromium.org/380653003/diff/60001/src/mark-compact.cc
File src/mark-compact.cc (right):

https://codereview.chromium.org/380653003/diff/60001/src/mark-compact.cc#newc...
src/mark-compact.cc:4077: int max_freed = 0;
Nit: you could remove this line and declare the int type on line 4083.

Powered by Google App Engine
This is Rietveld 408576698