This is the mail archive of the gcc@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]

Re: 19980707 built on win95/i686-pc-cygwin32


In a message dated 7/12/98 12:44:04 AM Pacific Daylight Time,
law@hurl.cygnus.com writes:

> Look for this code in gcse.c:
>  
>        if (optimize_size)
>          changed |= one_classic_gcse_pass (f, pass + 1);
>        else
>          changed |= one_pre_gcse_pass (f, pass + 1);
>  
>  Change "optimize_size" to "1" to try running the classic gcse pass
>  instead of the pre based gcse pass.


This cures those performance deficits on Livermore Kernels 9,11, and 16,
without any significant effects on the other Kernels.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]