Skip to content
Snippets Groups Projects
  1. Oct 05, 1999
    • Simon Marlow's avatar
      [project @ 1999-10-05 10:22:40 by simonmar] · 9c57bb32
      Simon Marlow authored
      --with-ghc-hc is now --with-hc (to be used as the "locally installed
      Haskell compiler" for all projects).
      9c57bb32
    • Simon Marlow's avatar
      [project @ 1999-10-05 09:58:13 by simonmar] · 1d82f4b2
      Simon Marlow authored
      Remove hstags for now.
      1d82f4b2
    • Kevin Glynn's avatar
      [project @ 1999-10-05 09:04:30 by kglynn] · c380ee79
      Kevin Glynn authored
      (keving)
      
      Much simplified and beautified CPR analysis code.  (And also much
      shorter, we'd better write this up before it disappears).
      
      Added (constant) functions to the abstract domain. Note that
      Fun^n Bot (n >= 1) == Bot and likewise for Top
      
      Treats divergent computations as Bot (rather than Top as previous) so
      non-divergent paths dominate which allows us to generate more accurate
      CPR info (see e.g. chr).
      
      We use the result of strictness analysis to tell us if an Id is
      divergent (when applied to sufficient args), therefore we should run
      after the strictness analysis pass.
      c380ee79
    • Simon Marlow's avatar
      [project @ 1999-10-05 09:02:30 by simonmar] · 34df3534
      Simon Marlow authored
      Flatten out the tuple of bounds in the Array, MutableArray and
      ByteArray datatypes.  This improves performance of heavy array
      manipulations quite significantly.
      34df3534
  2. Oct 04, 1999
  3. Oct 01, 1999
  4. Sep 30, 1999
  5. Sep 26, 1999
  6. Sep 22, 1999
  7. Sep 21, 1999
  8. Sep 20, 1999
  9. Sep 19, 1999
Loading