Re: [PATCH] PR target/66906: Replicate static chain on the stack

2015-07-17 Thread H.J. Lu
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

Re: [PATCH] PR target/66906: Replicate static chain on the stack

2015-07-17 Thread Uros Bizjak
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