cvs commit: fptools/nofib/spectral/clausify clausify.slowstdout fptools/nofib/spectral/knights knights.slowstdout Makefile fptools/nofib/spectral/mandel mandel.slowstdin mandel.slowstdout Makefile fptools/nofib/spectral/multiplier Main.hs Makefile ...
Simon Marlow <simonmar <at> haskell.org>
2005-04-28 13:34:28 GMT
simonmar 2005/04/28 06:34:28 PDT
Modified files:
nofib/spectral/knights Makefile
nofib/spectral/mandel Makefile
nofib/spectral/multiplier Main.hs Makefile
nofib/spectral/power Main.hs Makefile power.stdout
nofib/spectral/primetest Makefile
nofib/spectral/rewrite Main.lhs Makefile
nofib/spectral/sphere Makefile
Added files:
nofib/spectral/clausify clausify.slowstdout
nofib/spectral/knights knights.slowstdout
nofib/spectral/mandel mandel.slowstdin mandel.slowstdout
nofib/spectral/power power.slowstdout
nofib/spectral/primetest primetest.slowstdin
primetest.slowstdout
nofib/spectral/sphere spheres.slowppm
Log:
mode=slow
That completes the imaginary and spectral suites. Most of the
programs in here will now run in 1-2s with mode=slow (on a 3GHz P4).
I had to modify the programs in a few places, so there will be some
slight discrepancies in the size of Main.o due to these changes.
Revision Changes Path
1.9 +3 -2 fptools/nofib/spectral/knights/Makefile
1.4 +2 -0 fptools/nofib/spectral/mandel/Makefile
1.3 +6 -3 fptools/nofib/spectral/multiplier/Main.hs
(Continue reading)