
Simon is going to look into the storage management bug. I believe that it does not show up if you do not use the (new) compacting garbage collector, correct? We'll produce 5.02.1 when we know what the cause is; meanwhile, can you just switch off compacting GC? (Admittedly, that would be easier to do if you could specify some run-time flags at link time, which is something we've been thinking about.) Simon | -----Original Message----- | From: S.D.Mechveliani [mailto:mechvel@math.botik.ru] | Sent: 29 September 2001 13:46 | To: glasgow-haskell-users@haskell.org | Cc: Simon Marlow | Subject: 5.04 ? | | | Dear GHC, | | I have tested ghc-5.02 | on various examples of computer algebra, with -O too. | | All tests are all right, | | except it shows a bug in memory management (Simon Marlow | wrote of), visible in subtly chosen cases. | | The impression is that 5.02 saves much memory and gains performance | in situations involving garbage collections (most practicable case). | | But due to the above bug, would 5.04 appear soon as a stable | release? | For I need to mention some newest stable GHC release in DoCon | program documentation. | | Regards, | | ----------------- | Serge Mechveliani | mechvel@botik.ru | | _______________________________________________ | Glasgow-haskell-users mailing list | Glasgow-haskell-users@haskell.org | http://www.haskell.org/mailman/listinfo/glasgow-| haskell-users |
participants (1)
-
Simon Peyton-Jones