Gcc extra alignment..

Mark Mitchell mark@codesourcery.com
Wed Nov 1 01:08:00 GMT 2000


>>>>> "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


More information about the Gcc mailing list