unroll-ghc-plugin alternatives and similar packages
Based on the "Compiler Plugin" category.
Alternatively, view unroll-ghc-plugin alternatives based on common mentions on social networks and blogs.
-
strict-ghc-plugin
Compiler plugin for making Haskell strict -
const-math-ghc-plugin
GHC plugin for constant math elimination -
haskell-stack-trace-plugin
haskell-stack-trace-plugin -
BinderAnn
BinderAnn: Automated Reification of Source Annotations for Monadic EDSLs -
cse-ghc-plugin
Compiler plugin for common subexpression elimination
Access the most powerful time series database as a service
Do you think we are missing an alternative of unroll-ghc-plugin or a related project?
README
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:
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:
git clone https://github.com/thoughtpolice/unroll-ghc-plugin.git
There's also a BitBucket mirror:
git clone https://bitbucket.org/thoughtpolice/unroll-ghc-plugin.git
Authors
See AUTHORS.txt.
License
BSD3. See LICENSE.txt
for terms of copyright and redistribution.
*Note that all licence references and agreements mentioned in the unroll-ghc-plugin README section above
are relevant to that project's source code only.