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

Issue 2682673002: [SubZero] Generate spin-lock for atomic load store (Closed)

Created:
3 years, 10 months ago by jaydeep.patil
Modified:
3 years, 10 months ago
CC:
native-client-reviews_googlegroups.com, rich.fuhler_imgtec.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[SubZero] Generate spin-lock for atomic load store The patch generates LL-SC sequence for atomic load store operations. 64-bit atomic operations are lowered to __sync_*_8 functions. R=stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=71f6c8deb228ebf7fa586c6252d917b14bf54f98

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed review comments #

Total comments: 2

Patch Set 3 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+295 lines, -318 lines) Patch
M runtime/szrt.c View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/IceTargetLoweringMIPS32.cpp View 1 2 9 chunks +246 lines, -180 lines 0 comments Download
M tests_lit/llvm2ice_tests/nacl-atomic-intrinsics.ll View 26 chunks +40 lines, -138 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
jaydeep.patil
3 years, 10 months ago (2017-02-07 13:17:47 UTC) #3
Jim Stichnoth
https://codereview.chromium.org/2682673002/diff/1/src/IceTargetLowering.def File src/IceTargetLowering.def (right): https://codereview.chromium.org/2682673002/diff/1/src/IceTargetLowering.def#newcode48 src/IceTargetLowering.def:48: X(sync_f_n_add_8, "__sync_fetch_and_add_8") \ Sort these lines alphabetically, for consistency. ...
3 years, 10 months ago (2017-02-07 17:45:43 UTC) #4
jaydeep.patil
https://codereview.chromium.org/2682673002/diff/1/src/IceTargetLowering.def File src/IceTargetLowering.def (right): https://codereview.chromium.org/2682673002/diff/1/src/IceTargetLowering.def#newcode48 src/IceTargetLowering.def:48: X(sync_f_n_add_8, "__sync_fetch_and_add_8") \ On 2017/02/07 17:45:43, Jim Stichnoth wrote: ...
3 years, 10 months ago (2017-02-08 05:08:25 UTC) #5
Jim Stichnoth
https://codereview.chromium.org/2682673002/diff/20001/src/IceTargetLowering.def File src/IceTargetLowering.def (right): https://codereview.chromium.org/2682673002/diff/20001/src/IceTargetLowering.def#newcode48 src/IceTargetLowering.def:48: X(sync_f_n_add_8, "__sync_fetch_and_add_8") \ Unfortunately I just discovered a problem ...
3 years, 10 months ago (2017-02-10 07:16:19 UTC) #6
jaydeep.patil
https://codereview.chromium.org/2682673002/diff/20001/src/IceTargetLowering.def File src/IceTargetLowering.def (right): https://codereview.chromium.org/2682673002/diff/20001/src/IceTargetLowering.def#newcode48 src/IceTargetLowering.def:48: X(sync_f_n_add_8, "__sync_fetch_and_add_8") \ On 2017/02/10 07:16:19, Jim Stichnoth wrote: ...
3 years, 10 months ago (2017-02-10 08:31:24 UTC) #7
Jim Stichnoth
lgtm
3 years, 10 months ago (2017-02-10 14:45:31 UTC) #8
Jim Stichnoth
3 years, 10 months ago (2017-02-10 14:45:47 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
71f6c8deb228ebf7fa586c6252d917b14bf54f98 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698