Re[2]: [fpc-pascal] Maybe one stupid question

2009-01-23 Thread JoshyFun
Hello leledumbo, Friday, January 23, 2009, 7:55:28 AM, you wrote: l Perhaps bugs in the optimizer, I usually get MUCH faster code with l optimization. Well... depending on the code. You can try examining the l assembler output (-a compiler switch, -alnrt for more informative output). I had done

Re[2]: [fpc-pascal] Maybe one stupid question

2009-01-23 Thread JoshyFun
Hello Eduardo, Friday, January 23, 2009, 1:46:59 PM, you wrote: I'm using FPC 2.2.2 running over WinXP SP2. Are there any technical reasons that expains that a program runs faster using all checks ( I/O, Range, Overflow, Stack and Verify calls ) with optimization level 1 and using heaptrace,