• mbrandy's avatar
    PPC: [builtins] Introduce specialized Call/CallFunction builtins. · 74966e61
    mbrandy authored
    Port 7c3396d0
    
    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
    
    Review URL: https://codereview.chromium.org/1425083004
    
    Cr-Commit-Position: refs/heads/master@{#31905}
    74966e61
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
full-codegen.cc Loading commit data...
full-codegen.h Loading commit data...