Simplify powers-of-ten cache.
authorfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 Oct 2010 13:02:36 +0000 (13:02 +0000)
committerfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 Oct 2010 13:02:36 +0000 (13:02 +0000)
commitf5ea94da69ddbc2fccad1bebc056875e343c1cfa
treeacca988b5bef3b298055812dd21f0833abe594fb
parent4cd03a4f6af24cacb425fd985692c550e979e939
Simplify powers-of-ten cache.

The existing cache was build to support changes to fast-dtoa. This complicated the cache. Since the cached numbers are now in a .cc file they can be shared with other parts of v8.

Review URL: http://codereview.chromium.org/3608011

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5606 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/SConscript
src/cached-powers.cc [new file with mode: 0644]
src/cached-powers.h
src/fast-dtoa.cc
src/powers-ten.h [deleted file]
tools/gyp/v8.gyp