Posted: Wed Apr 30, 2008 7:29 pm
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.
http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
post-generation assembly optimizer
i just fixed the PUSH/POP issue.
Cheers Fred, great work.Fred wrote:That said, i just fixed the PUSH/POP issue.
Since the first PB version. It's a peephole optimizer which detect patterns and replace them with more efficient versions.DoubleDutch wrote:When was this added?Code: Select all
post-generation assembly optimizer
Thanks Fred.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.