Reviewers: mvstanton, Hannes Payer,
Message:
Hey guys,
Here's my current state wrt StringAdd in BinaryOp. This covers only the
monomorphic cases (one argument String, the other argument String or
Number) and
does not support the runtime fallback (i.e. no allocation mementos emitted
and
no pretenuring when we have to resort to the runtime; but that's compatible
with
what we did up until now, as the runtime ignored the global flag).
-- Benedikt
Description:
Allocation site support for monomorphic StringAdds in BinaryOps.
Please review this at https://codereview.chromium.org/106453003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+692, -289 lines):
M src/arm/code-stubs-arm.cc
M src/arm/stub-cache-arm.cc
M src/ast.h
M src/code-stubs-hydrogen.cc
M src/code-stubs.h
M src/hydrogen-instructions.h
M src/hydrogen-instructions.cc
M src/hydrogen.h
M src/hydrogen.cc
M src/ia32/code-stubs-ia32.cc
M src/ia32/lithium-codegen-ia32.cc
M src/ia32/stub-cache-ia32.cc
M src/ic.h
M src/ic.cc
M src/objects.h
M src/objects.cc
M src/stub-cache.h
M src/type-info.h
M src/type-info.cc
M src/typing.cc
M src/x64/code-stubs-x64.cc
M src/x64/stub-cache-x64.cc
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.