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]

Re: Gcc extra alignment..


>>>>> "Christian" == Christian Iseli <chris@ludwig-alpha.unil.ch> writes:

    Christian> I'm afraid things are not quite that simple.  I'm
    Christian> pretty sure people used the break statement to get out
    Christian> early of those phony loops.

Doh!  Yup, that's going to be an issue.  We could add a bit to DO_STMT
(and WHILE_STMT and FOR_STMT) to indicate whether or not there were
any breaks/continues within the loop.  Or, we could just try to make
the loop-optimizer smarter...

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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