This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: criteria.html open issues
Albert D. Cahalan wrote:
> So -O3 should be changed to add one thing: strict aliasing.
> The excessive inlining should be removed.
Interesting. When I read the first message, I misread it as meaning to
_disable_ strict aliasing at -O3 because strict aliasing has the
potential to break so much more code when functions are unexpectedly
inlined. (Traditionally, you can use a function call as a memory
barrier).
-- Jamie