This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc assembler output oddness
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: kazuo at linux dot ime dot usp dot br, gcc-help at gcc dot gnu dot org
- Date: Wed, 19 May 2004 16:56:13 -0500
- Subject: Re: gcc assembler output oddness
- References: <1085000307.40abca7391e2f@webmail.linux.ime.usp.br>
Hi Kazuo,
Are you getting those results when you have -O2 or -O3?
Without the optimization flag, you may get suboptimal (and sometimes
seemingly purposeless busywork) results.
--Eljay