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 <[email protected]> Thu, 28 Apr 2005 06:34:28 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.nofib |
|---|---|
| Message-ID | <200504281334.j3SDYS2u032274__35028.252277016$1114694952$gmane$org@glass.cse.ogi.edu> |
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
1.4 +3 -0 fptools/nofib/spectral/multiplier/Makefile
1.2 +7 -4 fptools/nofib/spectral/power/Main.hs
1.2 +4 -0 fptools/nofib/spectral/power/Makefile
1.4 +4 -4 fptools/nofib/spectral/power/power.stdout
1.4 +1 -0 fptools/nofib/spectral/primetest/Makefile
1.3 +5 -2 fptools/nofib/spectral/rewrite/Main.lhs
1.4 +3 -0 fptools/nofib/spectral/rewrite/Makefile
1.4 +5 -1 fptools/nofib/spectral/sphere/Makefile