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]
Other format: [Raw text]

Re: GCSE store motion




--On Wednesday, May 15, 2002 03:29:29 PM -0400 Robert Dewar 
<dewar@gnat.com> wrote:

> <  If the optimization makes the compiler go slower when compiling itself,
>   it ain't worth having.
>>
>
> I think that's much too harsh.

I'd tried to make clear I didn't mean it literally, or as an absolute.

> For example a thorough job of software loop
> pipelining using the rotating registers of the ia64 may require *quite*
> a bit of compilation time, and since this optimization is unlikely to help
> GCC itself much that seems unfortunate.

That means we shouldn't be spending much time trying to do software
loop pipelining when compiling GCC, so the optimization shouldn't
make compiling the compiler significantly slower.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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