This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: assembly optimizations...
- To: tranx nouvel <tranx at cybergaia dot org>
- Subject: Re: assembly optimizations...
- From: Jakub Jelinek <jakub at redhat dot com>
- Date: Wed, 27 Sep 2000 13:49:27 +0200
- Cc: gcc at gcc dot gnu dot org
- References: <39D1A4C2.94AF10FB@cybergaia.org>
- Reply-To: Jakub Jelinek <jakub at redhat dot com>
On Wed, Sep 27, 2000 at 08:41:55AM +0100, tranx nouvel wrote:
> i was looking to the assembly code generated from a c++ program using
> inline calls,
> and i notice a simple optimization was missing :
Please check current CVS gcc, regmove does many things you are wanting (but
of course several merges are not possible because everything below %esp is
volatile).
Jakub