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

Issue 10948035: Atomics implementation for compiler-based ThreadSanitizer (http://dev.chromium.org/developers/testi… (Closed)

Created:
8 years, 3 months ago by Alexander Potapenko
Modified:
6 years, 6 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org, dvyukov
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+317 lines, -1 line) Patch
M base/atomicops.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
A base/atomicops_internals_tsan.h View 1 2 3 1 chunk +313 lines, -0 lines 1 comment Download
M base/base.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Alexander Potapenko
Lei, Brett, can you please take a look? atomicops_internals_tsan.h is almost exact copy of the ...
8 years, 3 months ago (2012-09-19 11:33:20 UTC) #1
Dmitry Vyukov
LGTM https://codereview.chromium.org/10948035/diff/4001/base/atomicops_internals_tsan.h File base/atomicops_internals_tsan.h (right): https://codereview.chromium.org/10948035/diff/4001/base/atomicops_internals_tsan.h#newcode1 base/atomicops_internals_tsan.h:1: // Copyright (c) 2011 The Chromium Authors. All ...
8 years, 3 months ago (2012-09-19 17:04:29 UTC) #2
brettw
owners lgtm, I didn't check the code
8 years, 3 months ago (2012-09-19 20:55:38 UTC) #3
Lei Zhang
lgtm Please fix the lint errors. https://codereview.chromium.org/10948035/diff/4001/base/base.gypi File base/base.gypi (right): https://codereview.chromium.org/10948035/diff/4001/base/base.gypi#newcode58 base/base.gypi:58: 'atomicops_internals_tsan.h', nit: alphabetical ...
8 years, 3 months ago (2012-09-19 21:46:19 UTC) #4
Alexander Potapenko
Sorry about the delay, was trying to figure out why these lint errors are different ...
8 years, 2 months ago (2012-09-26 09:33:45 UTC) #5
Alexander Potapenko
https://codereview.chromium.org/10948035/diff/4001/base/atomicops_internals_tsan.h File base/atomicops_internals_tsan.h (right): https://codereview.chromium.org/10948035/diff/4001/base/atomicops_internals_tsan.h#newcode1 base/atomicops_internals_tsan.h:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
8 years, 2 months ago (2012-09-27 11:25:26 UTC) #6
Alexander Potapenko
Lei, what do you think about the remaining lint errors?
8 years, 2 months ago (2012-09-28 09:47:48 UTC) #7
Lei Zhang
I think it's ok.
8 years, 2 months ago (2012-09-28 18:46:42 UTC) #8
Nico
https://codereview.chromium.org/10948035/diff/17001/base/atomicops_internals_tsan.h File base/atomicops_internals_tsan.h (right): https://codereview.chromium.org/10948035/diff/17001/base/atomicops_internals_tsan.h#newcode24 base/atomicops_internals_tsan.h:24: AtomicOps_Internalx86CPUFeatures; Do you need this struct at all for ...
6 years, 6 months ago (2014-06-17 19:37:10 UTC) #9
Dmitry Vyukov
On 2014/06/17 19:37:10, Nico (away) wrote: > https://codereview.chromium.org/10948035/diff/17001/base/atomicops_internals_tsan.h > File base/atomicops_internals_tsan.h (right): > > https://codereview.chromium.org/10948035/diff/17001/base/atomicops_internals_tsan.h#newcode24 ...
6 years, 6 months ago (2014-06-18 03:42:36 UTC) #10
Alexander Potapenko
6 years, 6 months ago (2014-06-18 09:46:21 UTC) #11
Message was sent while issue was closed.
Nico, I've sent you https://codereview.chromium.org/339343002 that removes this
structure.

Powered by Google App Engine
This is Rietveld 408576698