This is the mail archive of the gcc-patches@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: [committed] Make -fno-delayed-branch imply -Wa,-O1 on MIPS


Richard Sandiford <rdsandiford@googlemail.com> writes:
> this patch makes -fno-delayed-branch imply -Wa,-O1.  It also makes
> sure that we explicitly assemble with -O0 by default.

Um, I meant -O1.  The point is that -Wa,-O0 vs -Wa,-O1 isn't really an
optimization decision; -O0 just inserts nops that weren't even implied
by the source code (at least, not unless you happen to know the GAS
internals).

Richard


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