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

Issue 13529004: Remove LOGGER macro (Closed)

Created:
7 years, 8 months ago by yurys
Modified:
7 years, 8 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Remove LOGGER macro Use already saved isolate pointer and avoid TLS lookup when retrieving Logger instance BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=14168

Patch Set 1 #

Patch Set 2 : Removed redundant Isolate* parameter from LogRuntime #

Patch Set 3 : Updated tests #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -31 lines) Patch
M src/isolate.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/log.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/log.cc View 1 4 chunks +8 lines, -8 lines 0 comments Download
M src/runtime.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-log.cc View 1 2 14 chunks +29 lines, -20 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
yurys
7 years, 8 months ago (2013-04-03 12:42:28 UTC) #1
Jakob Kummerow
lgtm
7 years, 8 months ago (2013-04-08 14:50:27 UTC) #2
yurys
Committed patchset #4 manually as r14168 (presubmit successful).
7 years, 8 months ago (2013-04-08 15:17:08 UTC) #3
Michael Starzinger
7 years, 8 months ago (2013-04-09 09:14:19 UTC) #4
Message was sent while issue was closed.
Kudos, I like this CL! Deprecate all the TLS macors. :)

Powered by Google App Engine
This is Rietveld 408576698