Re: RFA: patch for PR59535

2014-02-10 Thread Richard Earnshaw
On 07/02/14 22:06, Jeff Law wrote: > On 02/07/14 11:20, Vladimir Makarov wrote: >>The following patch improves code size for ARM. Before the patch >> CSiBE size generated by GCC configured --with-arch=armv7-a >> --with-fpu=vfpv3-d16 --with-float=hard (with -mthumb) was >> >> 2414926 >> >> Afte

Re: RFA: patch for PR59535

2014-02-07 Thread Jeff Law
On 02/07/14 11:20, Vladimir Makarov wrote: The following patch improves code size for ARM. Before the patch CSiBE size generated by GCC configured --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard (with -mthumb) was 2414926 After the patch the size is 2396798 For comparison, when

RFA: patch for PR59535

2014-02-07 Thread Vladimir Makarov
The following patch improves code size for ARM. Before the patch CSiBE size generated by GCC configured --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard (with -mthumb) was 2414926 After the patch the size is 2396798 For comparison, when the reload pass is used the size is 24001