This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
I found some places where we can insert more cleanup_cfg to get smaller cfg. It is good for size and does not change the performace.
I measured the size with CSiBE, and found about 0,2%/0,05% code size save for arm/i386 targets with -Os and an about 0,8%/1,27% code size save for arm/i386 targets with -O2. The performace wasn't measured.
Bootstrapped on i386-linux and regtested on {arm,i386,m68k,mips,ppc}-elf with no new failures.
Regards, Gábor Lóki
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |