• mbrandy's avatar
    PPC: [Interpreter] Add support for JS calls. · b6f67398
    mbrandy authored
    Port e7fb2339
    
    Original commit message:
        Adds support for JS calls to the interpreter. In order to support
        calls from the interpreter, the PushArgsAndCall builtin is added
        which pushes a sequence of arguments onto the stack and calls
        builtin::Call.
    
        Adds the Call bytecode.
    
    R=rmcilroy@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, dstence@us.ibm.com
    BUG=v8:4280
    LOG=N
    
    Review URL: https://codereview.chromium.org/1345543002
    
    Cr-Commit-Position: refs/heads/master@{#30721}
    b6f67398
interface-descriptors-ppc.cc 11.7 KB