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

Issue 147008: Added dynamic annotation files into base/...,... (Closed)

Created:
11 years, 6 months ago by the_wrong_timurrrr
Modified:
9 years, 7 months ago
Reviewers:
Dean McNamee
CC:
chromium-reviews_googlegroups.com, kcc
Visibility:
Public.

Description

Added dynamic annotation files into base/. Added annotations for atomic reference counting, LazyInstance and Singleton classes. This changelist is a part of an effort of adding ThreadSanitizer support for Chromium. See http://code.google.com/p/data-race-test/wiki/ThreadSanitizer Patch by Timur Iskhodzhanov.

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 26

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+468 lines, -4 lines) Patch
M base/atomic_ref_count.h View 1 2 3 4 3 chunks +20 lines, -3 lines 0 comments Download
M base/base.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A base/dynamic_annotations.h View 1 2 3 4 5 6 1 chunk +352 lines, -0 lines 0 comments Download
A base/dynamic_annotations.cc View 1 2 3 4 5 1 chunk +68 lines, -0 lines 0 comments Download
M base/lazy_instance.h View 1 2 3 4 5 2 chunks +9 lines, -0 lines 0 comments Download
M base/lazy_instance.cc View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M base/singleton.h View 4 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Dean McNamee
This looks like a good start. Some nits. Also, most people reading this code won't ...
11 years, 6 months ago (2009-06-23 12:58:15 UTC) #1
the_wrong_timurrrr
http://codereview.chromium.org/147008/diff/1022/40 File base/atomic_ref_count.h (right): http://codereview.chromium.org/147008/diff/1022/40#newcode8 Line 8: // The implementation includes annotations to avoid some ...
11 years, 6 months ago (2009-06-23 14:55:39 UTC) #2
the_wrong_timurrrr
On 2009/06/23 14:55:39, timurrrr wrote: > http://codereview.chromium.org/147008/diff/1022/40 > File base/atomic_ref_count.h (right): > > http://codereview.chromium.org/147008/diff/1022/40#newcode8 > ...
11 years, 6 months ago (2009-06-25 13:54:49 UTC) #3
Dean McNamee
I will commit it, just needs testing on Mac and Windows, etc. On 2009/06/25 13:54:49, ...
11 years, 6 months ago (2009-06-26 10:07:04 UTC) #4
Dean McNamee
11 years, 6 months ago (2009-06-26 12:00:44 UTC) #5
Committed, and everything seemed ok.

Thanks again

Powered by Google App Engine
This is Rietveld 408576698