DescriptionX87: [builtins] Introduce specialized Call/CallFunction builtins.
port 7c3396d01c7181b22b3dc4cdc38cd4b288f7d9c3 (r31871)
original commit message:
Introduce receiver conversion mode specialization for the Call and
CallFunction builtins, so we can specialize the builtin functionality
(actually an optimization only) based on static information from the
callsite (this is basically a superset of the optimizations that were
available with the CallFunctionStub and CallICStub, except that these
optimizations are correct now).
This fixes a regression introduced by the removal of CallFunctionStub,
for programs that call a lot.
BUG=
Committed: https://crrev.com/9acf00c78d1bf0e31359e5bac794608da2cbe50c
Cr-Commit-Position: refs/heads/master@{#31884}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|