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

Issue 163613006: Revert 251178 "Trace event micro-optimization: use finer grained..." (Closed)

Created:
6 years, 10 months ago by Derek Bruening
Modified:
6 years, 10 months ago
Reviewers:
bulach
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 251178 "Trace event micro-optimization: use finer grained..." due to data races raised on the tsan v2 bot. BUG=343802 > Trace event micro-optimization: use finer grained lock. > > GetCategoryGroupEnabledInternal is a hotspot. > It traverses an append-only list, so it's safe to use a finer-grained lock, > and avoid it altogether for the "fast path", i.e., when the category is > already known. > > BUG= > > Review URL: https://codereview.chromium.org/144423009 TBR=bulach@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251262

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -39 lines) Patch
M trunk/src/base/debug/trace_event_impl.cc View 2 chunks +27 lines, -39 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Derek Bruening
6 years, 10 months ago (2014-02-14 05:34:45 UTC) #1
Derek Bruening
6 years, 10 months ago (2014-02-14 05:34:56 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r251262 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698