• G
    8024344: PPC64 (part 112): C argument in register AND stack slot. · 5bff05b0
    goetz 提交于
    Summary: On PPC, the first 13 floating point arguments to C calls are passed in floating point registers. Also, all but the first 8 arguments are passed on the stack. So there can be floating point arguments that are passed on the stack and in a register. We duplicate the regs datastructure in c_calling_convention() to represent this.
    Reviewed-by: kvn, cjplummer
    5bff05b0
sharedRuntime_x86_64.cpp 149.9 KB