Add number string cache lookup for heap numbers to generatred code (on top of the...
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 7 Apr 2010 11:13:05 +0000 (11:13 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 7 Apr 2010 11:13:05 +0000 (11:13 +0000)
commitc0976e92760cac964006e86d0d2a60b389898557
treea130724ef379631a862717949cef22e1297cb4f2
parentc33886c9b7b5a5e1a08ca15c5a8319a5b71e7643
Add number string cache lookup for heap numbers to generatred code (on top of the already existing smi lookup)

Added a number to string runtime function which does not try to do a cache lookup as the number is known to not be in the cahce.
Review URL: http://codereview.chromium.org/1602010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4355 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap.cc
src/heap.h
src/ia32/codegen-ia32.cc
src/runtime.cc
src/runtime.h
src/runtime.js