Repository : ssh://darcs.haskell.org//srv/darcs/packages/hoopl On branch : simonmar-hoopl-opt
http://hackage.haskell.org/trac/ghc/changeset/cef916d0098cc19f4bc6eb9cb4253789294b5223 >--------------------------------------------------------------- commit cef916d0098cc19f4bc6eb9cb4253789294b5223 Author: Simon Marlow <[email protected]> Date: Thu Jan 19 10:54:41 2012 +0000 snapshot of simonmar's experiments hoopl.cabal | 4 +- src/Compiler/Hoopl.hs | 4 +- src/Compiler/Hoopl/Collections.hs | 2 + src/Compiler/Hoopl/Dataflow.hs | 271 +++++++++++++++++++----------------- src/Compiler/Hoopl/Graph.hs | 60 +++++---- src/Compiler/Hoopl/GraphUtil.hs | 138 +++++++++++-------- src/Compiler/Hoopl/Label.hs | 2 + src/Compiler/Hoopl/MkGraph.hs | 4 +- src/Compiler/Hoopl/Show.hs | 11 +- src/Compiler/Hoopl/Unique.hs | 2 + src/Compiler/Hoopl/Util.hs | 79 ++++++------ src/Compiler/Hoopl/XUtil.hs | 192 +++++++++++++++++++------- testing/EvalMonad.hs | 8 +- testing/Main.hs | 5 +- testing/Test.hs | 2 + testing/tests/ExpectedOutput | 38 +++-- 16 files changed, 483 insertions(+), 339 deletions(-) Diff suppressed because of size. To see it, use: git show cef916d0098cc19f4bc6eb9cb4253789294b5223 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
