Skip to content
  • Simon Marlow's avatar
    [project @ 2002-07-16 12:05:37 by simonmar] · 2db30d06
    Simon Marlow authored
    un-rot one transformation on x86: we normally transform
    
    	movl $_blah, %eax
    	jmp  *%eax
    
    into simply
    
    	jmp _blah
    
    but the pattern had rotted w.r.t. gcc so this was no longer applying.
    Should reduce code size measurably.
    
    MERGE TO STABLE
    2db30d06