Reviewers: fschneider, Description: Support string add in crankshaft:
o The type recording binary stub got a new type for string + string. o Added HStringAdd and LStringAdd based on the new type info. o Started HValue types to avoid unneccesary checks. Please review this at http://codereview.chromium.org/6852015/ Affected files: M src/hydrogen-instructions.h M src/hydrogen.cc M src/ia32/code-stubs-ia32.h M src/ia32/code-stubs-ia32.cc M src/ia32/lithium-codegen-ia32.cc M src/ia32/lithium-ia32.h M src/ia32/lithium-ia32.cc M src/ic.h M src/ic.cc M src/type-info.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
