• mbrandy's avatar
    PPC: [runtime] Initial step towards switching Execution::Call to callable. · 05c804fc
    mbrandy authored
    Port d5bbd45f
    
    Original commit message:
        Currently Execution::Call (and friends) still duplicate a lot of the
        Call sequence logic that should be encapsulated in the Call and
        CallFunction builtins. So the plan now is to switch Execution::Call
        to accept any Callable and just pass that through to the Call builtin.
    
    R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, dstence@us.ibm.com
    BUG=v8:4413
    LOG=n
    
    Review URL: https://codereview.chromium.org/1347213003
    
    Cr-Commit-Position: refs/heads/master@{#30813}
    05c804fc
builtins-ppc.cc 61.6 KB