DescriptionPPC: [builtins] Introduce specialized Call/CallFunction builtins.
Port 7c3396d01c7181b22b3dc4cdc38cd4b288f7d9c3
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.
R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, dstence@us.ibm.com
BUG=chromium:552244
LOG=n
Committed: https://crrev.com/74966e61ea0386f142d2faa0bb9aa39d1c7586ca
Cr-Commit-Position: refs/heads/master@{#31905}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 10 (3 generated)
|