lkml.org 
[lkml]   [2000]   [Sep]   [6]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 6 Sep 2000 10:15:12 +0100
FromTim Waugh <>
On Wed, Sep 06, 2000 at 01:28:45PM +1200, Chris Wedgwood wrote:

> 	else
> 		a = 5;
>   10:	c7 05 00 00 00 00 05 	movl   $0x5,0x0

In current GCC, this is optimised away even at -O0, because it's
generally quicker to do dead code elimination than to emit the dead
code at all.

Tim.
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:38    [from the cache]
©2003-2008