cse-ghc-plugin

Compiler plugin for common subexpression elimination

http://thoughtpolice.github.com/cse-ghc-plugin

Latest on Hackage:0.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by The GHC authors
Maintained by Austin Seipp

This library is a conversion of GHC's internal Common Subexpression Elimination pass for Core to a compiler plugin. See the included test for an example of how to enable it.