[fpc-pascal] Faster fannkuch?

2007-11-07 Thread S. Fisher
This is faster than the one at the shootout (shootout.alioth.debian.org/gp4/benchmark.php?test=fannkuch&lang=fpascal&id=3) on my computer. See if it's faster on yours. { The Computer Language Shootout http://shootout.alioth.debian.org/ contributed by Florian Klaempfl modified by Micha Neli

Re: [fpc-pascal] Faster fannkuch?

2007-11-07 Thread Florian Klaempfl
S. Fisher schrieb: > This is faster than the one at the shootout > (shootout.alioth.debian.org/gp4/benchmark.php?test=fannkuch&lang=fpascal&id=3) > on my computer. See if it's faster on yours. Indeed, just submit it. > > { The Computer Language Shootout > http://shootout.alioth.debian.org/ >

Re: [fpc-pascal] Faster fannkuch?

2007-11-07 Thread Vincent Snijders
S. Fisher schreef: This is faster than the one at the shootout (shootout.alioth.debian.org/gp4/benchmark.php?test=fannkuch&lang=fpascal&id=3) on my computer. See if it's faster on yours. Quite possible. I made some tweaks so it would work better with the fpc 2.0.4 register allocater, but I kn

Re: [fpc-pascal] Faster fannkuch?

2007-11-07 Thread S. Fisher
--- Florian Klaempfl <[EMAIL PROTECTED]> wrote: > S. Fisher schrieb: > > This is faster than the one at the shootout > > > (shootout.alioth.debian.org/gp4/benchmark.php?test=fannkuch&lang=fpascal&id=3) > > on my computer. See if it's faster on yours. > > Indeed, just submit it. There's a sligh

Re: [fpc-pascal] Faster fannkuch?

2007-11-07 Thread L
> Under windoze, I've found that programs take longer to run the > first time they are executed after recompilation. Is Linux the > same way? This may have something to do with certain code/data being cached.. I'm not sure what since a console program doesn't use many DLL's.. It must cache the ex

Re: [fpc-pascal] Faster fannkuch?

2007-11-11 Thread Florian Klaempfl
S. Fisher schrieb: > It seems strange that this is slower on the shootout's computer > when it's faster both on my slow laptop and the 3GHz computer > at work. The shootout uses a P4 which behaves sometimes strange regarding optimization. ___ fpc-pascal

Re: [fpc-pascal] Faster fannkuch?

2007-11-11 Thread S. Fisher
--- Florian Klaempfl <[EMAIL PROTECTED]> wrote: > S. Fisher schrieb: > > It seems strange that this is slower on the shootout's computer > > when it's faster both on my slow laptop and the 3GHz computer > > at work. > > The shootout uses a P4 which behaves sometimes strange regarding > optimizat