|
Re: GHC-6.4.1 much slower than GHC-6.4: msg#00071lang.haskell.glasgow.bugs
Below is my profiling data (on Linux turing 2.6.11.4-21.9-default) interesting-ghc-6.4 +RTS -p -RTS interesting-ghc-6.4.1 +RTS -p -RTS I have similar results, you can get it via http://liinwww.ira.uka.de/~rahn/src/Interesting.6.4.prof.bin.prof http://liinwww.ira.uka.de/~rahn/src/Interesting.6.4.1.prof.bin.prof Interesting.6.4.prof.bin +RTS -p -RTS total time = 264.84 secs (13242 ticks @ 20 ms) total alloc = 20,392,244,536 bytes (excludes profiling overheads) transF NFA.Type 6.9 2.4 Interesting.6.4.1.prof.bin +RTS -p -RTS total time = 1027.78 secs (51389 ticks @ 20 ms) total alloc = 86,324,225,736 bytes (excludes profiling overheads) transF NFA.Type 8.9 3.4 As in your case, the 6.4.1-version allocs memory by about factor 4.3! I don't know why our profiles are pretty different but in my profiles the entry counts for some functions are much higher in the 6.4.1-version, e.G. 2559782 entries for Util.Words.isPartOf in 6.4-version and 10123468 entries in 6.4.1-version, also about factor 4. I guess the 6.4.1-version does more work, although I don't know why... Mirko -- -- Mirko Rahn -- Tel +49-721 608 7504 -- --- http://liinwww.ira.uka.de/~rahn/ ---
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: GHC-6.4.1 much slower than GHC-6.4, Simon Marlow |
|---|---|
| Next by Date: | RE: GHC-6.4.1 much slower than GHC-6.4, Simon Peyton-Jones |
| Previous by Thread: | Re: GHC-6.4.1 much slower than GHC-6.4, Christian Maeder |
| Next by Thread: | RE: GHC-6.4.1 much slower than GHC-6.4, Simon Marlow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |