Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : supercompiler
http://hackage.haskell.org/trac/ghc/changeset/0f60ddf99e143205086025122396dd18d9fb566a >--------------------------------------------------------------- commit 0f60ddf99e143205086025122396dd18d9fb566a Author: Max Bolingbroke <[email protected]> Date: Fri Aug 5 16:17:05 2011 +0100 TODOs only >--------------------------------------------------------------- compiler/supercompile/Supercompile.hs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/compiler/supercompile/Supercompile.hs b/compiler/supercompile/Supercompile.hs index ab6ded4..27b09e5 100644 --- a/compiler/supercompile/Supercompile.hs +++ b/compiler/supercompile/Supercompile.hs @@ -1,6 +1,9 @@ module Supercompile (supercompileProgram, supercompileProgramSelective) where -- FIXME: I need to document the basis on which I push down unlifted heap bindings +-- TODO: +-- * Why does the supercompiler not match as much as it should? (e.g. Interpreter, UInterpreter) +-- * Does the matcher match the types of variables bound in the heap? import Supercompile.Utilities import qualified Supercompile.Core.Syntax as S _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
