On Sat, Jul 10, 2010 at 10:37:10AM -0300, Marco TĂșlio Gontijo e Silva wrote: > > I tried to run nofib/gc and went into some problems. The first was with > fibheaps, which was getting out of stack size. I tried increasing the from > 16m > to 32m, and it kept getting out of stack size. So I increased to 64m and it > worked.
I couldn't reproduce this with a default nofib run, and mode=slow seems to be broken for fibheaps, but I've pushed the patch anyway. > Another problem with nofib/gc was > the nofib/gc/ghc. I was getting "command not found" errors, so I just removed > it from the list in nofib/gc/Makefile and it worked. Looks like it's bitrotted following the GHC build system changes. I've pushed a patch to remove it from the list. nofib could really benefit from a bit of TLC. > Simon Marlow suggested me to check for Total Memory in use for programs when > comparing between GC alternatives, so I made a patch to nofib-analyse to > include this data in the reports. The patch for it is also attached. While > writing this patch I noticed some redundant imports, so I made a patch for > them > also. I've pushed these two too. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
