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

Issue 8177018: Change cached powers of 10 to avoid constants that need a static (Closed)

Created:
9 years, 2 months ago by Erik Corry
Modified:
9 years, 2 months ago
Reviewers:
floitschv8
CC:
v8-dev
Visibility:
Public.

Description

Change cached powers of 10 to avoid constants that need a static initializer to be called on process startup instead of being in the read-only section. Committed: http://code.google.com/p/v8/source/detail?r=9544

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -7 lines) Patch
M src/cached-powers.cc View 1 1 chunk +5 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 2 months ago (2011-10-06 20:36:05 UTC) #1
Florian Loitsch
9 years, 2 months ago (2011-10-07 08:15:03 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698