swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem making swarm-1.4.1 (-O3) under rh6.0


From: Marcus G. Daniels
Subject: Re: problem making swarm-1.4.1 (-O3) under rh6.0
Date: 03 Jun 1999 10:05:01 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3.10

>>>>> "RLR" == Rick Riolo <address@hidden> writes:

RLR> The original syntax DOES work with -O2 (and no -g). 

Some bug about inlining functions, it seems...

`-O3'
     Optimize yet more.  `-O3' turns on all optimizations specified by
     `-O2' and also turns on the `inline-functions' option.

`-finline-functions'
     Integrate all simple functions into their callers.  The compiler
     heuristically decides which functions are simple enough to be worth
     integrating in this way.

     If all calls to a given function are integrated, and the function
     is declared `static', then the function is normally not output as
     assembler code in its own right.

Thus, I would expect that "-O3 -fno-inlinefunctions" would work (as
pointless as that combination would be).

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]