Re: Some simple IMCC optimizations...

2003-12-28 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > One thing that can help in our sub calling is to keep IMCC from > unconditionally saving all the registers. It does that now, which is > fine, but there's no need to do a full restoretop/savetop between > calls when there haven't been any changes to some of

Some simple IMCC optimizations...

2003-12-27 Thread Dan Sugalski
One thing that can help in our sub calling is to keep IMCC from unconditionally saving all the registers. It does that now, which is fine, but there's no need to do a full restoretop/savetop between calls when there haven't been any changes to some of the register frames. If someone wants to ta