Skip to content
Snippets Groups Projects
  1. Jan 19, 2012
  2. Jan 17, 2012
  3. Jan 13, 2012
  4. Apr 05, 2011
  5. Oct 14, 2010
  6. Jun 22, 2010
  7. Apr 08, 2010
  8. Dec 10, 2009
  9. Jun 02, 2009
  10. May 17, 2009
  11. May 13, 2009
  12. Apr 28, 2009
  13. Oct 23, 2008
  14. Oct 21, 2008
  15. Sep 12, 2008
  16. Aug 17, 2008
  17. Dec 20, 2006
  18. Apr 28, 2005
  19. Jan 09, 2003
  20. Nov 15, 2002
    • simonmar's avatar
      [project @ 2002-11-15 17:25:54 by simonmar] · 8ee6bed3
      simonmar authored
      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.
      8ee6bed3
  21. Nov 07, 2002
  22. May 20, 2002
  23. Mar 15, 2002
    • rje's avatar
      [project @ 2002-03-15 16:07:58 by rje] · 398fa58f
      rje authored
      Add ability for NoFib to be run with various different modes.
      
      The mode is set by changing a variable called "mode".
      
      This allows tests to be run for different lengths of time, depending on what kin
      d of test is wanted.
      
      Current modes are:
      
      <unset> = default mode. Like previous NoFib.
      "slow" = tries to run for around 10-20 seconds on my workstation.
      
      A test is given several modes by giving it the following:
              <test>.stdout -> <test>.<mode>stdout
              <test>.stdin -> <test>.<mode>stdin
      
      Args are set in the makefile as
      
      <mode>_OPTS
      398fa58f
  24. Mar 06, 2002
    • keithw's avatar
      [project @ 2002-03-06 13:32:59 by keithw] · 66f2aa34
      keithw authored
      Add way to ==nofib== banner (it's now `==nofib==' for normal and
      `==nofib_way==' for way `way'.  At the moment nofib-analyse only looks
      for `==nofib==', and so now it won't be misled by, e.g., excessive
      runtimes for the ticky way.
      
      To collect stats from non-standard ways, nofib-analyse will have to be
      modified.
      66f2aa34
  25. Feb 12, 2002
    • simonmar's avatar
      [project @ 2002-02-12 15:17:35 by simonmar] · dbed0795
      simonmar authored
      Switch over to the new hierarchical libraries
      ---------------------------------------------
      
      This commit reorganises our libraries to use the new hierarchical
      module namespace extension.
      
      The basic story is this:
      
         - fptools/libraries contains the new hierarchical libraries.
           Everything in here is "clean", i.e. most deprecated stuff has
           been removed.
      
      	- fptools/libraries/base is the new base package
      	  (replacing "std") and contains roughly what was previously
      	  in std, lang, and concurrent, minus deprecated stuff.
      	  Things that are *not allowed* in libraries/base include:
      		Addr, ForeignObj, ByteArray, MutableByteArray,
      		_casm_, _ccall_, ``'', PrimIO
      
      	  For ByteArrays and MutableByteArrays we use UArray and
      	  STUArray/IOUArray respectively now.
      
      	  Modules previously called PrelFoo are now under
      	  fptools/libraries/GHC.  eg. PrelBase is now GHC.Base.
      
      	- fptools/libraries/haskell98 provides the Haskell 98 std.
      	  libraries (Char, IO, Numeric etc.) as a package.  This
      	  package is enabled by default.
      
      	- fptools/libraries/network is a rearranged version of
      	  the existing net package (the old package net is still
      	  available; see below).
      
      	- Other packages will migrate to fptools/libraries in
      	  due course.
      
           NB. you need to checkout fptools/libraries as well as
           fptools/hslibs now.  The nightly build scripts will need to be
           tweaked.
      
         - fptools/hslibs still contains (almost) the same stuff as before.
           Where libraries have moved into the new hierarchy, the hslibs
           version contains a "stub" that just re-exports the new version.
           The idea is that code will gradually migrate from fptools/hslibs
           into fptools/libraries as it gets cleaned up, and in a version or
           two we can remove the old packages altogether.
      
         - I've taken the opportunity to make some changes to the build
           system, ripping out the old hslibs Makefile stuff from
           mk/target.mk; the new package building Makefile code is in
           mk/package.mk (auto-included from mk/target.mk).
      
           The main improvement is that packages now register themselves at
           make boot time using ghc-pkg, and the monolithic package.conf
           in ghc/driver is gone.
      
           I've updated the standard packages but haven't tested win32,
           graphics, xlib, object-io, or OpenGL yet.  The Makefiles in
           these packages may need some further tweaks, and they'll need
           pkg.conf.in files added.
      
         - Unfortunately all this rearrangement meant I had to bump the
           interface-file version and create a bunch of .hi-boot-6 files :-(
      dbed0795
  26. Feb 01, 2002
    • simonmar's avatar
      [project @ 2002-02-01 10:22:48 by simonmar] · e509b330
      simonmar authored
      An ugly hack is now needed in here after my build system changes the
      other day.  Oh dear, I hope I haven't created a monster.  Well, it can
      always be backed out I suppose.
      e509b330
  27. Jan 29, 2002
  28. Jan 28, 2002
  29. Apr 03, 2001
    • hwloidl's avatar
      [project @ 2001-04-03 20:12:37 by hwloidl] · 0cd6ee4a
      hwloidl authored
      Cleanup in parallel section of nofib suite. The fibish fcts are ok, i.e.
      std way should succeed, parallel way should build.
      Parallel way has to be run by hand (problems redirecting stdout), so not
      automatic check whether output is identical to the provided file.
      Added a bunch of test prgs for GdH in distributed section. Still need
      to be integrated into nofib build machinery (currently standalone Makefiles).
      Modified Makefiles to work with a parallel build. Have to omit runtest for now.
      0cd6ee4a
  30. Mar 22, 2001
    • hwloidl's avatar
      [project @ 2001-03-22 03:51:12 by hwloidl] · 969b9f16
      hwloidl authored
      -*- outline -*-
      Time-stamp: <Thu Mar 22 2001 03:50:16 Stardate: [-30]6365.79 hwloidl>
      
      This commit covers changes in GHC to get GUM (way=mp) and GUM/GdH (way=md)
      working. It is a merge of my working version of GUM, based on GHC 4.06,
      with GHC 4.11. Almost all changes are in the RTS (see below).
      
      GUM is reasonably stable, we used the 4.06 version in large-ish programs for
      recent papers. Couple of things I want to change, but nothing urgent.
      GUM/GdH has just been merged and needs more testing. Hope to do that in the
      next weeks. It works in our working build but needs tweaking to run.
      GranSim doesn't work yet (*sigh*). Most of the code should be in, but needs
      more debugging.
      
      ToDo: I still want to make the following minor modifications before the release
      - Better wrapper skript for parallel execution [ghc/compiler/main]
      - Update parallel docu: started on it but it's minimal [ghc/docs/users_guide]
      - Clean up [nofib/parallel]: it's a real mess right now (*sigh*)
      - Update visualisation tools (minor things only IIRC) [ghc/utils/parallel]
      - Add a Klingon-English glossary
      
      * RTS:
      
      Almost all changes are restricted to ghc/rts/parallel and should not
      interfere with the rest. I only comment on changes outside the parallel
      dir:
      
      - Several changes in Schedule.c (scheduling loop; createThreads etc);
        should only affect parallel code
      - Added ghc/rts/hooks/ShutdownEachPEHook.c
      - ghc/rts/Linker.[ch]: GUM doesn't know about Stable Names (ifdefs)!!
      - StgMiscClosures.h: END_TSO_QUEUE etc now defined here (from StgMiscClosures.hc)
                           END_ECAF_LIST was missing a leading stg_
      - SchedAPI.h: taskStart now defined in here; it's only a wrapper around
                    scheduleThread now, but might use some init, shutdown later
      - RtsAPI.h: I have nuked the def of rts_evalNothing
      
      * Compiler:
      
      - ghc/compiler/main/DriverState.hs
        added PVM-ish flags to the parallel way
        added new ways for parallel ticky profiling and distributed exec
      
      - ghc/compiler/main/DriverPipeline.hs
        added a fct run_phase_MoveBinary which is called with way=mp after linking;
        it moves the bin file into a PVM dir and produces a wrapper script for
        parallel execution
        maybe cleaner to add a MoveBinary phase in DriverPhases.hs but this way
        it's less intrusive and MoveBinary makes probably only sense for mp anyway
      
      * Nofib:
      
      - nofib/spectral/Makefile, nofib/real/Makefile, ghc/tests/programs/Makefile:
        modified to skip some tests if HWL_NOFIB_HACK is set; only tmp to record
        which test prgs cause problems in my working build right now
      969b9f16
  31. Feb 14, 2001
  32. Jan 18, 2001
Loading