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 Henderson writes:
 > On Tue, Oct 31, 2000 at 12:08:15PM -0800, Linus Torvalds 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.
 > 
 > Yep, that does seem worth while.

Shrug.  When I suggested this a few months ago, I was told it wasn't
worthwhile!  I found this was the most common case where the loop
notes did not match natural loops in the CFG.

Never mind, the days of the loop notes are numbered (with the
exception of the vtop note).

Michael.


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