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: Apple's -fast option for gcc



On Tuesday, September 16, 2003, at 06:41 PM, Mike Stump wrote:


On Tuesday, September 16, 2003, at 12:34 PM, Gabriel Dos Reis wrote:
| -fstrict-aliasing
| -frelax-aliasing

what are the relations between the two, and -fno-strict-aliasing?

<snip>


If you want a better answer, you should be able to grab gcc from the apple cvs server and grep relax | grep -i 'apple local' and get hits on all the relevant code. Roughly, think about field offsets and structures types...

While it may be OK to tell us to read the source, Apple should really document these options for its users. Perhaps it did, but I couldn't find it.


Brad


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