[project @ 2002-07-16 12:05:37 by simonmar]
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
Please register or sign in to comment