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

Issue 6723014: Avoid TLS access for counters. (Closed)

Created:
9 years, 9 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Karl Klose
CC:
v8-dev
Visibility:
Public.

Description

Avoid TLS access for counters. Get rid of the COUNTERS macro and fetch the counters from a locally stored isolate instead. R=karlklose@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=7321

Patch Set 1 #

Patch Set 2 : Fix lint #

Unified diffs Side-by-side diffs Delta from patch set Stats (+494 lines, -354 lines) Patch
M src/arm/builtins-arm.cc View 12 chunks +15 lines, -12 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 20 chunks +24 lines, -18 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 8 chunks +25 lines, -19 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M src/arm/ic-arm.cc View 17 chunks +34 lines, -22 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 19 chunks +44 lines, -26 lines 0 comments Download
M src/assembler.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/code-stubs.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M src/codegen.cc View 2 chunks +8 lines, -3 lines 0 comments Download
M src/compiler.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/frames.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 10 chunks +13 lines, -11 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 19 chunks +29 lines, -19 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 14 chunks +29 lines, -21 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M src/ia32/ic-ia32.cc View 16 chunks +30 lines, -21 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 27 chunks +49 lines, -33 lines 0 comments Download
M src/jump-target-heavy.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/log.cc View 5 chunks +11 lines, -8 lines 0 comments Download
M src/objects.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M src/parser.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M src/runtime.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M src/spaces.cc View 1 7 chunks +8 lines, -7 lines 0 comments Download
M src/stub-cache.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M src/v8-counters.h View 2 chunks +0 lines, -4 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/x64/builtins-x64.cc View 5 chunks +8 lines, -5 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 15 chunks +23 lines, -15 lines 0 comments Download
M src/x64/codegen-x64.cc View 7 chunks +14 lines, -7 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M src/x64/ic-x64.cc View 1 13 chunks +23 lines, -17 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 27 chunks +50 lines, -33 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
9 years, 9 months ago (2011-03-23 10:42:11 UTC) #1
Karl Klose
9 years, 9 months ago (2011-03-23 11:04:29 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698