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
Previous text:
2003-08-07 22:55: Subject: Machine code efficiency
I've just found a problem: If a program only has one reference through a function being called then F_RETURN in that function will free the program. Thus there might not be any "jmp *%eax" after the opcode call anymore. Ho hum.. :\
/ Martin Stjernholm, Roxen IS