#4408: dph-words-opt fails to compile
----------------------------------+-----------------------------------------
    Reporter:  daniel.is.fischer  |       Owner:  benl        
        Type:  bug                |      Status:  new         
    Priority:  normal             |   Component:  Test Suite  
     Version:  7.1                |    Keywords:              
    Testcase:                     |   Blockedby:              
          Os:  Unknown/Multiple   |    Blocking:              
Architecture:  Unknown/Multiple   |     Failure:  None/Unknown
----------------------------------+-----------------------------------------

Comment(by daniel.is.fischer):

 For the record, without +RTS -M:
 {{{
 $ ~/Haskell/Hacking/ratstuff/inplace/bin/ghc-stage2 -fforce-recomp +RTS
 -sstderr -RTS
  -dcore-lint -dcmm-lint -no-user-package-conf -rtsopts --make -o dph-
 words-opt Main
  -Odph -funbox-strict-fields -fcpr-off -package dph-par -package dph-prim-
 par
 /home/dafis/Haskell/Hacking/ratstuff/inplace/lib/ghc-stage2
  -B/home/dafis/Haskell/Hacking/ratstuff/inplace/lib -pgmc /usr/bin/gcc
  -pgma /usr/bin/gcc -pgml /usr/bin/gcc -pgmP /usr/bin/gcc -E -undef
 -traditional
  -fforce-recomp -dcore-lint -dcmm-lint -no-user-package-conf -rtsopts
 --make
  -o dph-words-opt Main -Odph -funbox-strict-fields -fcpr-off -package dph-
 par
  -package dph-prim-par +RTS -sstderr
 [1 of 2] Compiling WordsVect        ( WordsVect.hs, WordsVect.o )
 [2 of 2] Compiling Main             ( Main.hs, Main.o )
 Linking dph-words-opt ...
   82,219,034,696 bytes allocated in the heap
    8,574,044,752 bytes copied during GC
      524,376,864 bytes maximum residency (20 sample(s))
        5,794,616 bytes maximum slop
             1271 MB total memory in use (0 MB lost due to fragmentation)

   Generation 0: 156754 collections,     0 parallel, 69.93s, 388.20s
 elapsed
   Generation 1:    20 collections,     0 parallel, 42.00s, 1426.47s
 elapsed

   Parallel GC work balance: nan (0 / 0, ideal 1)

                         MUT time (elapsed)       GC time  (elapsed)
   Task  0 (worker) :    0.00s    (279.11s)       2.69s    (185.01s)
   Task  1 (worker) :    0.00s    (279.54s)       0.00s    (  0.00s)
   Task  2 (bound)  :  200.22s    (279.54s)     109.23s    (1629.66s)

   SPARKS: 0 (0 converted, 0 pruned)

   INIT  time    0.01s  (  0.00s elapsed)
   MUT   time  200.15s  (279.54s elapsed)
   GC    time  111.92s  (1814.67s elapsed)
   EXIT  time    0.00s  (  0.00s elapsed)
   Total time  312.08s  (2094.21s elapsed)

   %GC time      35.9%  (86.7% elapsed)

   Alloc rate    410,769,856 bytes per MUT second

   Productivity  64.1% of total user, 9.6% of total elapsed

 gc_alloc_block_sync: 0
 whitehole_spin: 0
 gen[0].sync_large_objects: 0
 gen[1].sync_large_objects: 0
 }}}
 Look at elapsed time.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4408#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to