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

Issue 261953002: Fix for 3303 MultithreadedParallelIsolates has a race condition. (Closed)

Created:
6 years, 7 months ago by mvstanton
Modified:
6 years, 7 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Fix for 3303 MultithreadedParallelIsolates has a race condition. The fix is to make the code aging sequence hang off the isolate. BUG=v8:3303 R=svenpanne@chromium.org LOG=N Committed: https://code.google.com/p/v8/source/detail?r=21165

Patch Set 1 #

Patch Set 2 : Updates #

Patch Set 3 : Improvements. #

Patch Set 4 : Ports. #

Total comments: 5

Patch Set 5 : Code comments. #

Total comments: 1

Patch Set 6 : Addressed ICache arm simulator issue. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -160 lines) Patch
M src/arm/assembler-arm-inl.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/arm/codegen-arm.cc View 1 2 3 4 5 2 chunks +30 lines, -32 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/assembler-arm64-inl.h View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/codegen-arm64.cc View 1 2 3 4 2 chunks +33 lines, -5 lines 0 comments Download
M src/arm64/macro-assembler-arm64.h View 1 2 3 4 1 chunk +1 line, -7 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 2 3 4 4 chunks +10 lines, -37 lines 0 comments Download
M src/assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M src/codegen.h View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 2 3 4 2 chunks +21 lines, -26 lines 0 comments Download
M src/isolate.h View 1 2 3 4 3 chunks +3 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 4 chunks +6 lines, -1 line 0 comments Download
M src/objects.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 1 2 3 4 2 chunks +24 lines, -26 lines 0 comments Download
M test/cctest/cctest.status View 1 2 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mvstanton
Hi Sven, Here are with changes and ports. Thx for the look! --Michael
6 years, 7 months ago (2014-05-02 14:58:35 UTC) #1
Sven Panne
https://codereview.chromium.org/261953002/diff/100001/src/arm/simulator-arm.cc File src/arm/simulator-arm.cc (right): https://codereview.chromium.org/261953002/diff/100001/src/arm/simulator-arm.cc#newcode637 src/arm/simulator-arm.cc:637: if (i_cache == NULL) return; Huh? Does this really ...
6 years, 7 months ago (2014-05-05 07:54:13 UTC) #2
mvstanton
Hi Sven, thanks for the comments, PTAL, --Michael https://codereview.chromium.org/261953002/diff/100001/src/arm64/macro-assembler-arm64.cc File src/arm64/macro-assembler-arm64.cc (right): https://codereview.chromium.org/261953002/diff/100001/src/arm64/macro-assembler-arm64.cc#newcode5100 src/arm64/macro-assembler-arm64.cc:5100: // ...
6 years, 7 months ago (2014-05-06 09:55:45 UTC) #3
Sven Panne
lgtm
6 years, 7 months ago (2014-05-06 10:03:09 UTC) #4
mvstanton
6 years, 7 months ago (2014-05-06 11:25:53 UTC) #5
Message was sent while issue was closed.
Committed patchset #6 manually as r21165 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698