Reviewers: Mads Ager,

Description:
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.

Please review this at http://codereview.chromium.org/604062

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/arm/codegen-arm.h
  M     src/arm/codegen-arm.cc
  M     src/code-stubs.h
  M     src/codegen.cc
  M     src/heap.cc
  M     src/ia32/codegen-ia32.h
  M     src/ia32/codegen-ia32.cc
  M     src/runtime.js
  M     src/v8-counters.h
  M     src/x64/codegen-x64.h
  M     src/x64/codegen-x64.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to