Difference between revisions of "Ghc-gc-tune"

From HaskellWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
__TOC__
 
__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] (on a Linux x86_64 laptop, core 2 duo, 2Ghz, 4G ram, 4M L2 cache).
  +
  +
== Video ==
   
 
* A video for the use of the interactive mode: http://vimeo.com/13112184
 
* A video for the use of the interactive mode: http://vimeo.com/13112184
Line 26: Line 28:
   
 
[http://www.galois.com/~dons/images/alex-time-gc-space.png http://www.galois.com/~dons/images/alex-time-gc-space.png]
 
[http://www.galois.com/~dons/images/alex-time-gc-space.png http://www.galois.com/~dons/images/alex-time-gc-space.png]
  +
  +
* Djinn
  +
  +
[http://www.galois.com/~dons/images/Djinn-time-gc-space.png http://www.galois.com/~dons/images/Djinn-time-gc-space.png]
  +
  +
== Other forms of output ==
   
 
It can also generate .svg output:
 
It can also generate .svg output:
   
 
[http://www.galois.com/~dons/images/binary-trees-gc-space.svg http://www.galois.com/~dons/images/binary-trees-gc-space.svg]
 
[http://www.galois.com/~dons/images/binary-trees-gc-space.svg http://www.galois.com/~dons/images/binary-trees-gc-space.svg]
  +
  +
As well as embedded html and pdf.

Revision as of 22:05, 6 July 2010

Examples of the use of ghc-gc-tune (on a Linux x86_64 laptop, core 2 duo, 2Ghz, 4G ram, 4M L2 cache).

Video

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

  • Djinn

Djinn-time-gc-space.png

Other forms of output

It can also generate .svg output:

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

As well as embedded html and pdf.