Page 2 of 2

Posted: Wed Apr 30, 2008 7:29 pm
by Fred
Using 'DisableDebugger' don't turn on post-generation assembly optimizer, so it's not a good idea to use the debugger on to do speed test. That said, i just fixed the PUSH/POP issue.

Posted: Wed Apr 30, 2008 8:18 pm
by Sparkie
Thanks Fred 8)

Posted: Wed Apr 30, 2008 9:20 pm
by DoubleDutch

Code: Select all

post-generation assembly optimizer
When was this added?
i just fixed the PUSH/POP issue.
8)

Posted: Wed Apr 30, 2008 10:06 pm
by Derek
Fred wrote:That said, i just fixed the PUSH/POP issue.
Cheers Fred, great work. :D :D

Posted: Thu May 01, 2008 12:46 am
by Fred
DoubleDutch wrote:

Code: Select all

post-generation assembly optimizer
When was this added?
Since the first PB version. It's a peephole optimizer which detect patterns and replace them with more efficient versions.

Posted: Thu May 01, 2008 1:21 am
by Demivec
Fred wrote:Using 'DisableDebugger' don't turn on post-generation assembly optimizer, so it's not a good idea to use the debugger on to do speed test. That said, i just fixed the PUSH/POP issue.
Thanks Fred. :D