new version of ZipDataflow
authorNorman Ramsey <nr@eecs.harvard.edu>
Sat, 3 May 2008 22:42:08 +0000 (22:42 +0000)
committerNorman Ramsey <nr@eecs.harvard.edu>
Sat, 3 May 2008 22:42:08 +0000 (22:42 +0000)
commit4b0d51372d354687f0b2f7b2c2583bed059ce315
tree1d860c7ec4d038e57e4be4acca907d976d0d41a2
parentba60dc74fdb18fe655cfac605130cf6480116e47
new version of ZipDataflow
This version combines forward/backard into a type class
(actually two classes) of analysis and transformation.
These type classes will always be expanded away at the client,
so SLPJ may wonder why they exist: it is because the interface
to this module is already very broad, and by overloading the functions
for forward and backward problems, we cut the cognitive load on the
clients in half.
compiler/cmm/ZipDataflow.hs [new file with mode: 0644]