Hi. 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. There's a patch for it attached. 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.
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. Greetings. -- marcot http://wiki.debian.org/MarcoSilva
nofib.patch
Description: Binary data
signature.asc
Description: PGP signature
_______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
