I have changed tick counting in DGD to add ticks for loops, rather than for every instruction. This will mean a global speedup, and makes it easier to get the same tick count for JIT-compiled code, but existing code will now use an overall lower amount of ticks than before. Regards, Felix Croes