|
[arm64] Use exclusive instructions in exchange
Implement load/store exclusive instructions and use in place of acquire/release
exclusive.
This is a correctness fix, as exchange operations are currently implemented
using acquire/release, and these can't be safely mixed with other exclusive
access-based atomic operations.
BUG= v8:6097
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+442 lines, -95 lines) |
Patch |
 |
M |
src/arm64/assembler-arm64.h
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/arm64/assembler-arm64.cc
|
View
|
|
4 chunks |
+47 lines, -12 lines |
0 comments
|
Download
|
 |
M |
src/arm64/constants-arm64.h
|
View
|
|
2 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/arm64/decoder-arm64.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/arm64/decoder-arm64-inl.h
|
View
|
|
2 chunks |
+6 lines, -4 lines |
1 comment
|
Download
|
 |
M |
src/arm64/disasm-arm64.cc
|
View
|
|
2 chunks |
+49 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/arm64/instrument-arm64.cc
|
View
|
|
2 chunks |
+55 lines, -30 lines |
0 comments
|
Download
|
 |
M |
src/arm64/macro-assembler-arm64.h
|
View
|
|
2 chunks |
+21 lines, -15 lines |
0 comments
|
Download
|
 |
M |
src/arm64/macro-assembler-arm64-inl.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/arm64/simulator-arm64.cc
|
View
|
|
2 chunks |
+56 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/compiler/arm64/code-generator-arm64.cc
|
View
|
|
2 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-disasm-arm64.cc
|
View
|
|
2 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-simulator-arm64.cc
|
View
|
|
11 chunks |
+143 lines, -18 lines |
0 comments
|
Download
|
Total messages: 14 (4 generated)
|