A simple workaround would be to replace
jsr F_RETURN jmp %eax
with:
jmp static_return_stub
; Somewhere global return_stub: jsr F_RETURN jmp %eax
/ Fredrik (Naranek) Hubinette (Real Build Master)
Previous text:
2003-08-07 23:43: Subject: Machine code efficiency
Anyone got any good idea of how to cope with this? The best I can think of is to do destruct_objects_to_destruct on entry of each function instead of on exit.
/ Martin Stjernholm, Roxen IS