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]

Re: [patch] adding more crossjumping cleanup in toplev.c


Gábor Lóki wrote:
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.

http://gcc.gnu.org/ml/gcc-patches/2004-02/msg02098.html


Is it OK for mainline?

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]