Difference between revisions of "Ghc-gc-tune"

From HaskellWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
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].
   
 
* A video for the use of the interactive mode: http://vimeo.com/13112184
[http://i.imgur.com/TUmQ0.png http://i.imgur.com/TUmQ0.png]
 
   
[http://i.imgur.com/lwvdD.png http://i.imgur.com/lwvdD.png]
+
[http://galois.com/~dons/images/binary-trees-gc-space.png http://galois.com/~dons/images/binary-trees-gc-space.png]
  +
  +
[http://galois.com/~dons/images/pidigits-gc-space.png http://galois.com/~dons/images/pidigits-gc-space.png]
   
 
[http://www.galois.com/~dons/images/knuc-gc-space.png http://www.galois.com/~dons/images/knuc-gc-space.png]
 
[http://www.galois.com/~dons/images/knuc-gc-space.png http://www.galois.com/~dons/images/knuc-gc-space.png]
   
  +
[http://www.galois.com/~dons/images/ghc-gc-space.png http://www.galois.com/~dons/images/ghc-gc-space.png]
A video for the use of the interactive mode: http://vimeo.com/13112184
 
  +
  +
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]

Revision as of 17:03, 6 July 2010

Examples of the use of ghc-gc-tune.

* A video for the use of the interactive mode: http://vimeo.com/13112184

binary-trees-gc-space.png

pidigits-gc-space.png

knuc-gc-space.png

ghc-gc-space.png

It can also generate .svg output:

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