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: -funroll-loops experimental in gcc-3.3.2


> I understood -funroll-loops is experimental in gcc-3.3.2.
>
> Can you give me details on the problems severity with this option?
> With my port I'm working on it passed many tests with this option.
> It will be very helpfull if you could tell me what is the exact
> meaning of "experimental"? (it has many bug reports, it functions well
> but hasn't been tested for a long time, etc.)

I think you misread the documentation because -funroll-loops is not experimental and has been a part of GCC for a very long time.

As the documentaion states, it is not enabled with any of the -O[123] levels since it usually will expand code size and, due to possibly overrunning CPU cache it is not always a win in performance.

There are currently two bugs listed in the bugzilla against -funroll-loops: http://tinyurl.com/ygjn


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