Difference between revisions of "Ghc-gc-tune"

From HaskellWiki
Jump to navigation Jump to search
Line 1: Line 1:
  +
[[TOC]]
  +
 
Examples of the use of [http://hackage.haskell.org/package/ghc-gc-tune ghc-gc-tune].
 
Examples of the use of [http://hackage.haskell.org/package/ghc-gc-tune ghc-gc-tune].
   
Line 23: Line 25:
 
* Alex
 
* Alex
   
  +
[http://www.galois.com/~dons/images/alex-time-gc-space.png http://www.galois.com/~dons/images/alex-time-gc-space.png]
 
   
 
It can also generate .svg output:
 
It can also generate .svg output:

Revision as of 21:57, 6 July 2010

TOC

Examples of the use of ghc-gc-tune.

On Shootout Microbenchmarks

binary-trees-gc-space.png

pidigits-gc-space.png

knuc-gc-space.png

On Real Programs

  • GHC

ghc-gc-space.png

  • Galois Raytrace

galois_raytrace-time-gc-space.png

  • Alex

alex-time-gc-space.png

It can also generate .svg output:

http://www.galois.com/~dons/images/binary-trees-gc-space.svg