[ANN] Data.Reify.CSE
12 Jun
2009
12 Jun
'09
4:33 p.m.
Hi all, This module[1] implements common sub-expression elimination for graphs generated by the Data.Reify package. (Which is a really neat tool!) The algorithm performs a simple fixed point iteration and is not (consciously) optimized for speed. This package might especially be useful for optimizing simple compilers for referential transparent domain specific languages. Which is exactly the reason I've written this code. An example of the usage is included in the Haddock documentation. Gr, -- Sebastiaan Visser [1] http://hackage.haskell.org/package/data-reify-cse
6065
Age (days ago)
6065
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sebastiaan Visser