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] |
Are you sure that you need -fno-strict-aliasing, as opposed to the new Apple -frelax-aliasing option?
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?
Incestuous. strict is at one end of a continuum, no-strict is at the other. And in-between, where bad code and benchmark code lies, is where relaxed fits in. It is the mind reader that knows what they meant, and does the right think anyway, even though the code is wrong.
Also, have you tried profile-feedback?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |