Re: nasm over gas?

From: Jamie Lokier
Date: Thu Sep 11 2003 - 12:07:55 EST


Eric W. Biederman wrote:
> Although I tend to still prefer gcc 2.95 for the code size.

I just compiled a small C function with GCC 3.2.2.

With -O2, it had two completely redundant stack adjustment instructions.
With -Os, those instructions were gone and it was good code.

Why, oh why is -O2 still so lame after all these years? :)

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