Reviewers: rossberg, Toon Verwaest,
Description:
Optimize Function.prototype.call
- May inline the function, or call it directly, instead of going through
call
- Supports arguments object escaping when it escapes to builtins
(preparation
for slice.call(arguments, ...) optimization)
- Both .call and .apply now support inlining when calling builtins
indirectly
BUG=
[email protected], [email protected]
Please review this at https://codereview.chromium.org/335683002/
SVN Base: https://github.com/v8/v8.git@master
Affected files (+320, -32 lines):
M src/hydrogen.h
M src/hydrogen.cc
M src/objects.h
A test/mjsunit/compiler/inlined-call.js
--
--
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/d/optout.