------- Additional Comments From bruno at clisp dot org  2005-06-27 11:50 
-------
Indeed, the result is much better now, nearly optimal. 
As you say, the only further optimization possible is that a better 
register allocation could get rid of the 
      movl    %edx, %esi 
and 
      movl    %ebx, %edi 
instructions. 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6585

Reply via email to