Reviewers: William Hesse, Description: X64: Refactor the string add in the type recording binary operation stub
This makes the code have the same structore as on IA32 and ARM, and will also support possible fast adding a smi and string where the string is to the right
and fast adding of String objects. Please review this at http://codereview.chromium.org/6542060/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/code-stubs-arm.cc M src/ia32/code-stubs-ia32.cc M src/x64/code-stubs-x64.h M src/x64/code-stubs-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
