RE: [PATCH][MIPS] Add -mgrow-frame-downwards option

2016-05-24 Thread Matthew Fortune
Sandra Loosemore writes: > On 05/20/2016 08:58 AM, Robert Suchanek wrote: > > Hi, > > > > The patch changes the default behaviour of the direction in which the > > local frame grows for MIPS16. > > > > The code size reduces by about 0.5% in average case for -Os, hence, it

Re: [PATCH][MIPS] Add -mgrow-frame-downwards option

2016-05-20 Thread Sandra Loosemore
On 05/20/2016 08:58 AM, Robert Suchanek wrote: Hi, The patch changes the default behaviour of the direction in which the local frame grows for MIPS16. The code size reduces by about 0.5% in average case for -Os, hence, it is good to turn the option on by default. Ok to apply? Regards, Robert

Re: [PATCH][MIPS] Add -mgrow-frame-downwards option

2016-05-20 Thread Bernhard Reutner-Fischer
On May 20, 2016 4:58:47 PM GMT+02:00, Robert Suchanek wrote: s/splots/slots/ thanks,