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

Issue 2423: POD initialize StatsCounters (Closed)

Created:
12 years, 3 months ago by Dean McNamee
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Move the Counters to structures that can be POD initialized, avoiding the need for static constructors on program startup. They were only default initializing and doing some unneeded string operations.

Patch Set 1 #

Patch Set 2 : Merge to HEAD #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -108 lines) Patch
M src/counters.h View 1 5 chunks +22 lines, -89 lines 0 comments Download
M src/counters.cc View 1 2 chunks +6 lines, -13 lines 0 comments Download
M src/v8-counters.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/v8-counters.cc View 1 chunk +11 lines, -4 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Dean McNamee
12 years, 3 months ago (2008-09-11 14:32:16 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698