Reviewers: William Hesse, Description: Introduce ToNumber stub and use it in non-optimized code for to-number conversion.
This stub is used for increment/decrement operations and unary plus. The resulting code is more compact and faster than calling a JS builtin. Please review this at http://codereview.chromium.org/6350021/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/code-stubs-arm.cc M src/arm/full-codegen-arm.cc M src/code-stubs.h M src/ia32/code-stubs-ia32.cc M src/ia32/full-codegen-ia32.cc M src/x64/code-stubs-x64.cc M src/x64/full-codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
