Btw, did you notice that the dmalloc build on mahoro seems to have started leaking objects since the OPCODE_RETURN_JUMPADDR change? That's a rather unforseen development, no? :-)
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2003-08-07 20:46: Subject: Machine code efficiency
The Sparc problem was that I "cleaned up" the global DEF_PROG_COUNTER. It's now reinstated as GLOBAL_DEF_PROG_COUNTER (the ia32 support with MSVC needs to have one that isn't used both globally and in every opcode function).
So the ppc32 problem must be something different, but what it is I have no idea about. The intention was that nothing would change if OPCODE_RETURN_JUMPADDR isn't defined. Anyway, it's hopefully a non-issue soon.
/ Martin Stjernholm, Roxen IS