• Junliang Yan's avatar
    PPC/s390: [builtins] Improve CallApiCallback calling convention. · 81bb8aed
    Junliang Yan authored
    Port c142e0a2
    
    Original Commit Message:
    
        Refactor the CallApiCallback builtin to
    
        - pass the context as with other stubs, and
        - pass holder and call data in registers.
    
        This avoids having to place holder and call data onto the stack, and
        thus makes it possible to easily call the CallApiCallback builtin from
        other builtins while just forwarding the (stack) arguments. The idea
        is to use this in the future to optimize the general case of calling
        into any API method via a FunctionTemplateInfo and doing appropriate
        security and/or interface checks upfront as necessary (eventually making
        the HandleApiCall C++ builtin obsolete at some point).
    
    R=bmeurer@chromium.org, joransiu@ca.ibm.com, michael_dawson@ca.ibm.com, miladfar@ca.ibm.com
    BUG=
    LOG=N
    
    Change-Id: I94583d1e0fa7c4696e628c363fefe273c8c5cab9
    Reviewed-on: https://chromium-review.googlesource.com/c/1475331Reviewed-by: 's avatarMilad Farazmand <miladfar@ca.ibm.com>
    Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
    Cr-Commit-Position: refs/heads/master@{#59633}
    81bb8aed
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-ppc-inl.h Loading commit data...
assembler-ppc.cc Loading commit data...
assembler-ppc.h Loading commit data...
code-stubs-ppc.cc Loading commit data...
constants-ppc.cc Loading commit data...
constants-ppc.h Loading commit data...
cpu-ppc.cc Loading commit data...
deoptimizer-ppc.cc Loading commit data...
disasm-ppc.cc Loading commit data...
frame-constants-ppc.cc Loading commit data...
frame-constants-ppc.h Loading commit data...
interface-descriptors-ppc.cc Loading commit data...
macro-assembler-ppc.cc Loading commit data...
macro-assembler-ppc.h Loading commit data...
register-ppc.h Loading commit data...
simulator-ppc.cc Loading commit data...
simulator-ppc.h Loading commit data...