On Fri, Jul 17, 2015 at 12:35 PM, Uros Bizjak wrote:
> On Fri, Jul 17, 2015 at 7:49 PM, H.J. Lu wrote:
>> If we put static chain on the stack, we need to replicate it on the stack
>> so that static chain can be reached via (argp - 2) slot. This is needed
>> for nested function with stack realign
On Fri, Jul 17, 2015 at 7:49 PM, H.J. Lu wrote:
> If we put static chain on the stack, we need to replicate it on the stack
> so that static chain can be reached via (argp - 2) slot. This is needed
> for nested function with stack realignment.
>
> OK for trunk if there are no regressions?
>
> H.J