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


>>>>> "Richard" == Richard Henderson <rth@cygnus.com> writes:

    Richard> On Tue, Oct 31, 2000 at 12:08:15PM -0800, Linus Torvalds
    Richard> wrote:
    >> Might it not be worth-while to special-case the "do { } while
    >> (0)" construct and get rid of the "loop" very very early? It's
    >> pretty much the standard way of writing just about any macro.

    Richard> Yep, that does seem worth while.

You might as well use integer_zerop while you're at it; that catches a
few more cases. :-)

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