Change cached powers of 10 to avoid constants that need a static
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 7 Oct 2011 08:21:21 +0000 (08:21 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 7 Oct 2011 08:21:21 +0000 (08:21 +0000)
commitbff0e281ee36b0719d16c1fc4e7fccd0920336b5
tree7807d94619400ed2f8ed24b918441b0e6076dace
parent213bac1fd28bf8d7a8ba1b16177a254df00d573c
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.
Review URL: http://codereview.chromium.org/8177018

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9544 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/cached-powers.cc