This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC/assembly question
- From: John Love-Jensen <eljay at adobe dot com>
- To: Diego Figueroa <dfiguero at cs dot yorku dot ca>, <gcc-help at gcc dot gnu dot org>
- Date: Thu, 19 Jun 2003 10:22:47 -0500
- Subject: Re: GCC/assembly question
Hi Diego,
Without optimizations enabled, what you describe is the "plain vanilla" code
generation that is not optimized (surprise, surprise).
The "plain vanilla" way is the one that is used regardless of "need".
--Eljay