[Haskell-cafe] Finding Memory Leaks

SevenThunders mattcbro at earthlink.net
Thu Nov 2 22:26:32 EST 2006




Jason Dagit-2 wrote:
> 
> 
> 
> Do any memory leaks show up if you compile with -caf-all when you profile?
> 
> Jason
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
> 
> 

It doesn't seem to make any difference, although I do not know what this
flag does.
I compiled the code using
ghc -fglasgow-exts -fffi -prof -auto -caf-all -I. --make  leaky.hs cleaky.o

and did not see the steady ramp up in memory that one sees with the windows
xp performance tool.
-- 
View this message in context: http://www.nabble.com/Finding-Memory-Leaks-tf2563630.html#a7151020
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.



More information about the Haskell-Cafe mailing list