• mbrandy's avatar
    PPC: Make context register implicit for CallInterfaceDescriptors · f4eb08f4
    mbrandy authored
    Port 7015fd20
    
    Original commit message:
        Up until now the context register was listed explicitly in each stub's
        CallInterfaceDescriptor. This was problematic, because it was listed
        first in the list of register parameters--which is fine for Crankshaft,
        which is more or less built to handle the context as the first
        parameter-- but not ideal for TurboFan, which adds the context at
        the end of all function parameters. Now the context register is no
        longer in the register list and can be handled appropriately by both
        compilers. Specifically, this allows the FunctionType specified for
        each CallInterfaceDescriptor to exactly match the parameter register
        list.
    
    R=danno@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com
    BUG=
    
    Review URL: https://codereview.chromium.org/1218463004
    
    Cr-Commit-Position: refs/heads/master@{#29421}
    f4eb08f4
lithium-ppc.cc 86.5 KB