Simon Marlow | 7 Nov 2002 14:14
Picon

cvs commit: fptools/nofib/mk target.mk

simonmar    2002/11/07 05:14:17 PST

  Modified files:
    nofib/mk             target.mk 
  Log:
  wibbles to do with the FAST/NORM/SLOW modes.  We default to the normal
  .stdout file if the .$(mode)stdout file doesn't exist, and similarly
  for stderr.

  Revision  Changes    Path
  1.20      +10 -8     fptools/nofib/mk/target.mk
Simon Marlow | 7 Nov 2002 14:17
Picon

cvs commit: fptools/nofib/imaginary/primes primes.faststdout Makefile fptools/nofib/imaginary/tak Makefile tak.stdout fptools/nofib/ima ginary/wheel-sieve1 wheel-sieve1.faststdout Makefile fptools/nofib/imagina ry/wheel-sieve2 wheel-sieve2.faststdout Makefile ...

simonmar    2002/11/07 05:17:44 PST

  Modified files:
    nofib/imaginary/primes Makefile 
    nofib/imaginary/tak  Makefile tak.stdout 
    nofib/imaginary/wheel-sieve1 Makefile 
    nofib/imaginary/wheel-sieve2 Makefile 
    nofib/imaginary/x2n1 Makefile 
  Added files:
    nofib/imaginary/primes primes.faststdout 
    nofib/imaginary/wheel-sieve1 wheel-sieve1.faststdout 
    nofib/imaginary/wheel-sieve2 wheel-sieve2.faststdout 
  Log:
  Make 'make mode=fast' work, and tweak the settings slightly so that
  all of the tests run in <1s (except exp3_8, which runs in just over
  1s), with most of the tests running in about 0.3s.  This is on a 1Gz
  PIII.

  The normal settings are unchanged.  In fact in some cases, the fast
  settings are slower than the normal settings... at some point we'll
  need to bump all the normal settings too, but that needs to be done in
  one large sweep so we invalidate all the old results in one go.

  Revision  Changes    Path
  1.7       +1 -1      fptools/nofib/imaginary/primes/Makefile
  1.5       +1 -0      fptools/nofib/imaginary/tak/Makefile
  1.4       +1 -1      fptools/nofib/imaginary/tak/tak.stdout
  1.3       +1 -0      fptools/nofib/imaginary/wheel-sieve1/Makefile
  1.4       +2 -2      fptools/nofib/imaginary/wheel-sieve2/Makefile
  1.6       +1 -0      fptools/nofib/imaginary/x2n1/Makefile
(Continue reading)

Simon Marlow | 7 Nov 2002 14:39
Picon

cvs commit: fptools/nofib/spectral Makefile fptools/nofib/spectra l/atom atom.faststdout Main.hs Makefile fptools/nofib/spectral/circsim circsim.faststdout Makefile fptools/nofib/spectral/constraints constraints.faststdout Main.hs Makefile ...

simonmar    2002/11/07 05:39:56 PST

  Modified files:
    nofib/spectral       Makefile 
    nofib/spectral/atom  Main.hs Makefile 
    nofib/spectral/circsim Makefile 
    nofib/spectral/constraints Main.hs Makefile 
    nofib/spectral/expert Makefile 
    nofib/spectral/integer Main.hs Makefile 
  Added files:
    nofib/spectral/atom  atom.faststdout 
    nofib/spectral/circsim circsim.faststdout 
    nofib/spectral/constraints constraints.faststdout 
  Log:
  Changes for 'make mode=fast': I've picked on some of the
  longest-running programs, but left most of them alone.  Most runtimes
  are <1s, but a few are 2-3s.

  Revision  Changes    Path
  1.14      +6 -1      fptools/nofib/spectral/Makefile
  1.2       +6 -1      fptools/nofib/spectral/atom/Main.hs
  1.2       +5 -2      fptools/nofib/spectral/atom/Makefile
  1.2       +7 -1      fptools/nofib/spectral/circsim/Makefile
  1.2       +7 -3      fptools/nofib/spectral/constraints/Main.hs
  1.2       +4 -0      fptools/nofib/spectral/constraints/Makefile
  1.4       +0 -2      fptools/nofib/spectral/expert/Makefile
  1.2       +4 -4      fptools/nofib/spectral/integer/Main.hs
  1.2       +5 -4      fptools/nofib/spectral/integer/Makefile
Simon Marlow | 15 Nov 2002 18:25
Picon

cvs commit: fptools/nofib/mk boilerplate.mk target.mk

simonmar    2002/11/15 09:25:55 PST

  Modified files:
    nofib/mk             boilerplate.mk target.mk 
  Log:
  oops, I broke overriding of suffix rules when I moved the include of
  suffix.mk into target.mk.  Hence, hack around it here by moving
  nofib's suffix.mk after the include of target.mk.

  Revision  Changes    Path
  1.3       +0 -1      fptools/nofib/mk/boilerplate.mk
  1.21      +3 -0      fptools/nofib/mk/target.mk
Simon Marlow | 19 Nov 2002 15:31
Picon

cvs commit: fptools/nofib/spectral/circsim Makefile

simonmar    2002/11/19 06:31:31 PST

  Modified files:
    nofib/spectral/circsim Makefile 
  Log:
  include boilerplate.mk in the right place

  Revision  Changes    Path
  1.3       +2 -2      fptools/nofib/spectral/circsim/Makefile
Simon Marlow | 22 Nov 2002 11:32
Picon

cvs commit: fptools/nofib/spectral/lcss Main.hs Makefile lcss.faststdout lcss.slowstdout lcss.stdout

simonmar    2002/11/22 02:32:24 PST

  Added files:
    nofib/spectral/lcss  Main.hs Makefile lcss.faststdout 
                         lcss.slowstdout lcss.stdout 
  Log:
  Add Andrew Bromage's lcss code as a spectral benchmark.
Simon Marlow | 22 Nov 2002 12:13
Picon

cvs commit: fptools/nofib/imaginary/tak tak.faststdout tak.stdout

simonmar    2002/11/22 03:13:28 PST

  Modified files:
    nofib/imaginary/tak  tak.stdout 
  Added files:
    nofib/imaginary/tak  tak.faststdout 
  Log:
  update sample output to match reality

  Revision  Changes    Path
  1.5       +1 -1      fptools/nofib/imaginary/tak/tak.stdout

Gmane