[project @ 2002-07-16 12:05:37 by simonmar]
authorsimonmar <unknown>
Tue, 16 Jul 2002 12:05:37 +0000 (12:05 +0000)
committersimonmar <unknown>
Tue, 16 Jul 2002 12:05:37 +0000 (12:05 +0000)
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


No differences found