Inline NumberToString
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 16 Feb 2010 09:41:11 +0000 (09:41 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 16 Feb 2010 09:41:11 +0000 (09:41 +0000)
commit6093d0dbf55c9a11c2049798f1fc482e6d9ef696
tree9c369c390555805356cee8081fc67a685783f2e6
parent7f422b2a3583bc04fc4e45869399ddd547531b85
Inline NumberToString

NumberToString in runtime JavaScript is inlined through a call to a stub. Currently the stub only checks the number string cache and only if the number is a smi. Code is shared with the inlining of number string cache lookup when adding a smi to a string.
Review URL: http://codereview.chromium.org/604062

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