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

Issue 2711473002: [Atomics] Implement ldaxr/stlxr instructions in ARM64 simulator (Closed)

Created:
3 years, 10 months ago by aseemgarg
Modified:
3 years, 9 months ago
Reviewers:
Jarin, jbramley, binji
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Atomics] Implement ldaxr/stlxr instructions in ARM64 simulator BUG=v8:4614 R=binji@chromium.org Review-Url: https://codereview.chromium.org/2711473002 Cr-Commit-Position: refs/heads/master@{#43461} Committed: https://chromium.googlesource.com/v8/v8/+/a2a2c1b9eeccd86e77f2c7e6eda3e1b09bb5306c

Patch Set 1 #

Patch Set 2 : [Atomics] Implement ldaxr/stlxr instructions in ARM64 simulator #

Total comments: 2

Patch Set 3 : [Atomics] Implement ldaxr/stlxr instructions in ARM64 simulator #

Patch Set 4 : rebase #

Total comments: 8

Patch Set 5 : comments #

Patch Set 6 : rebase #

Patch Set 7 : [Atomics] Implement ldaxr/stlxr instructions in ARM64 simulator #

Total comments: 2

Patch Set 8 : [Atomics] Implement ldaxr/stlxr instructions in ARM64 simulator #

Unified diffs Side-by-side diffs Delta from patch set Stats (+767 lines, -2 lines) Patch
M src/arm64/constants-arm64.h View 1 chunk +8 lines, -1 line 0 comments Download
M src/arm64/simulator-arm64.h View 1 2 3 4 1 chunk +91 lines, -0 lines 0 comments Download
M src/arm64/simulator-arm64.cc View 1 2 3 4 5 6 7 7 chunks +283 lines, -1 line 0 comments Download
M test/cctest/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/test-simulator-arm64.cc View 1 chunk +383 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 39 (26 generated)
aseemgarg
3 years, 10 months ago (2017-02-21 12:31:02 UTC) #1
binji
+jarin +jbramley https://codereview.chromium.org/2711473002/diff/20001/src/arm64/simulator-arm64.h File src/arm64/simulator-arm64.h (right): https://codereview.chromium.org/2711473002/diff/20001/src/arm64/simulator-arm64.h#newcode868 src/arm64/simulator-arm64.h:868: // Syncronization primitives. See ARM DDI 0487A.a, ...
3 years, 10 months ago (2017-02-22 01:50:17 UTC) #7
aseemgarg
https://codereview.chromium.org/2711473002/diff/20001/src/arm64/simulator-arm64.h File src/arm64/simulator-arm64.h (right): https://codereview.chromium.org/2711473002/diff/20001/src/arm64/simulator-arm64.h#newcode868 src/arm64/simulator-arm64.h:868: // Syncronization primitives. See ARM DDI 0487A.a, B2.10. Pair ...
3 years, 10 months ago (2017-02-22 03:08:25 UTC) #8
jbramley
It's reassuringly similar to the ARM implementation, and nicely integrated. My comments are only about ...
3 years, 10 months ago (2017-02-24 15:25:41 UTC) #19
aseemgarg
https://codereview.chromium.org/2711473002/diff/60001/src/arm64/simulator-arm64.cc File src/arm64/simulator-arm64.cc (right): https://codereview.chromium.org/2711473002/diff/60001/src/arm64/simulator-arm64.cc#newcode1961 src/arm64/simulator-arm64.cc:1961: bool is_exclusive = !instr->LoadStoreXNotExclusive(); On 2017/02/24 15:25:41, jbramley wrote: ...
3 years, 10 months ago (2017-02-24 22:38:49 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2711473002/80001
3 years, 10 months ago (2017-02-24 22:40:13 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/35486)
3 years, 10 months ago (2017-02-24 22:43:23 UTC) #25
binji
lgtm https://codereview.chromium.org/2711473002/diff/120001/src/arm64/simulator-arm64.cc File src/arm64/simulator-arm64.cc (right): https://codereview.chromium.org/2711473002/diff/120001/src/arm64/simulator-arm64.cc#newcode1961 src/arm64/simulator-arm64.cc:1961: int32_t is_exclusive = !instr->LoadStoreXNotExclusive(); nit: == 0 instead ...
3 years, 9 months ago (2017-02-27 20:02:33 UTC) #30
Jarin
lgtm
3 years, 9 months ago (2017-02-27 21:16:36 UTC) #31
aseemgarg
https://codereview.chromium.org/2711473002/diff/120001/src/arm64/simulator-arm64.cc File src/arm64/simulator-arm64.cc (right): https://codereview.chromium.org/2711473002/diff/120001/src/arm64/simulator-arm64.cc#newcode1961 src/arm64/simulator-arm64.cc:1961: int32_t is_exclusive = !instr->LoadStoreXNotExclusive(); On 2017/02/27 20:02:33, binji wrote: ...
3 years, 9 months ago (2017-02-27 21:43:04 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2711473002/140001
3 years, 9 months ago (2017-02-27 21:43:20 UTC) #35
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://chromium.googlesource.com/v8/v8/+/a2a2c1b9eeccd86e77f2c7e6eda3e1b09bb5306c
3 years, 9 months ago (2017-02-27 22:12:25 UTC) #38
Dan Ehrenberg
3 years, 9 months ago (2017-02-27 22:47:00 UTC) #39
Message was sent while issue was closed.
A revert of this CL (patchset #8 id:140001) has been created in
https://codereview.chromium.org/2720133003/ by littledan@chromium.org.

The reason for reverting is: The tree is closed due to an msan violation (use of
uninitialized value) in the arm64 simulator soon after this patch landed; this
seems related

https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm64%20-%20....

Powered by Google App Engine
This is Rietveld 408576698