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

Issue 12047044: Added parallel marking threads. (Closed)

Created:
7 years, 11 months ago by Hannes Payer (out of office)
Modified:
7 years, 10 months ago
CC:
v8-dev, tfarina
Visibility:
Public.

Description

Added parallel marking threads. BUG= Committed: https://code.google.com/p/v8/source/detail?r=13569

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 8

Patch Set 10 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -48 lines) Patch
M src/flag-definitions.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M src/isolate.h View 1 2 3 4 5 6 7 3 chunks +7 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 5 6 7 8 4 chunks +21 lines, -0 lines 0 comments Download
M src/mark-compact.h View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 2 3 4 5 6 7 2 chunks +15 lines, -0 lines 0 comments Download
A + src/marking-thread.h View 1 2 3 4 5 6 7 8 9 2 chunks +30 lines, -19 lines 1 comment Download
A + src/marking-thread.cc View 1 2 3 4 5 6 7 8 9 2 chunks +41 lines, -29 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Hannes Payer (out of office)
7 years, 11 months ago (2013-01-23 11:32:08 UTC) #1
Michael Starzinger
Since you will need to rebase this on top of the parallel sweeper anyways, can ...
7 years, 10 months ago (2013-01-31 11:32:17 UTC) #2
Hannes Payer (out of office)
Done, merged. On 2013/01/31 11:32:17, Michael Starzinger wrote: > Since you will need to rebase ...
7 years, 10 months ago (2013-01-31 12:07:42 UTC) #3
Michael Starzinger
LGTM (just a few nits). https://chromiumcodereview.appspot.com/12047044/diff/16001/src/mark-compact.h File src/mark-compact.h (right): https://chromiumcodereview.appspot.com/12047044/diff/16001/src/mark-compact.h#newcode693 src/mark-compact.h:693: void MarkInParallel(); This is ...
7 years, 10 months ago (2013-01-31 14:00:04 UTC) #4
Hannes Payer (out of office)
https://chromiumcodereview.appspot.com/12047044/diff/16001/src/mark-compact.h File src/mark-compact.h (right): https://chromiumcodereview.appspot.com/12047044/diff/16001/src/mark-compact.h#newcode693 src/mark-compact.h:693: void MarkInParallel(); On 2013/01/31 14:00:04, Michael Starzinger wrote: > ...
7 years, 10 months ago (2013-01-31 14:09:10 UTC) #5
tfarina
7 years, 10 months ago (2013-01-31 21:20:30 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/12047044/diff/14009/src/marking-thread.h
File src/marking-thread.h (right):

https://codereview.chromium.org/12047044/diff/14009/src/marking-thread.h#newc...
src/marking-thread.h:53: delete start_marking_semaphore_;
isn't there a scoped_ptr type to handle this?

Powered by Google App Engine
This is Rietveld 408576698