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: General Optimization questions


On Mon, Sep 13, 1999 at 08:31:40PM -0700, Dara Hazeghi <sassan@cup.hp.com> wrote:
> I'm attempting to wring the last bit of speed out of gcc and would like
> to know where one can find a comprehensive list of gcc's flags. I keep
> discovering more and more which are not in the man pages. Is such a
> resource to be found? Lastly are there any particular flags that are
> recommended for FPU intensive code on P-II ? Thanks.

-funroll-all-loops is an essential flag. You might also experiment with
-fschedule-insns, which might penalize integer code, however.

-- 
      -----==-                                             |
      ----==-- _                                           |
      ---==---(_)__  __ ____  __       Marc Lehmann      +--
      --==---/ / _ \/ // /\ \/ /       pcg@goof.com      |e|
      -=====/_/_//_/\_,_/ /_/\_\       XX11-RIPE         --+
    The choice of a GNU generation                       |
                                                         |


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