This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: assembly optimizations...


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]