cvs commit: hugs98/src machine.c

Ross Paterson <[email protected]> Tue, 14 Feb 2006 08:12:20 -0800
Newsgroups gmane.comp.lang.haskell.cvs.hugs
Message-ID <200602141612.k1EGCKBJ005073__22603.6288230263$1139934052$gmane$org@monk.galois.com>
ross        2006/02/14 08:12:20 PST

  Modified files:
    src                  machine.c 
  Log:
  Avoid creating indirections pointing at indirections.
  
  This fixes the quadratic behaviour of minimum [1 .. 10000] reported
  by Härmel Nestra, but presumably slows other things down slightly.
  
  Revision  Changes    Path
  1.26      +10 -4     hugs98/src/machine.c