The strict-ghc-plugin package
This plugin gives an example of defining a compiler plugin for GHC. You mark functions with the Strictify annotation and GHC makes the function strict (by recursively expanding non-recursive let bindings into case bindings.)
Properties
| Version | 0.1.1 |
|---|---|
| Dependencies | base (<5), ghc (≥7.4), syb |
| License | BSD3 |
| Copyright | Copyright (c) the GHC authors |
| Author | The GHC authors |
| Maintainer | Austin Seipp <mad.one@gmail.com> |
| Category | Compiler Plugin |
| Home page | http://thoughtpolice.github.com/strict-ghc-plugin |
| Bug tracker | http://github.com/thoughtpolice/strict-ghc-plugin/issues |
| Source repository | git clone https://github.com/thoughtpolice/strict-ghc-plugin.git |
| Upload date | Wed Aug 8 01:41:30 UTC 2012 |
| Uploaded by | AustinSeipp |
| Built on | ghc-7.4 |
Modules
Downloads
- strict-ghc-plugin-0.1.1.tar.gz (Cabal source package)
- package description (included in the package)