Readme for unroll-ghc-plugin-0.1.1

GHC plugin for loop unrolling

This plugin gives an example of defining a compiler plugin for GHC. You mark functions with annotations which the compiler the unrolls or peels to some threshold.

travis-ci.org results: Build Status

Homepage.

Installation

Install the latest version of the plugin from Hackage (requires GHC 7.4.1):

$ cabal install unroll-ghc-plugin

Join in

File bugs in the GitHub issue tracker.

Master git repository:

There's also a BitBucket mirror:

Authors

See AUTHORS.txt.

License

BSD3. See LICENSE.txt for terms of copyright and redistribution.