Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch :
http://hackage.haskell.org/trac/ghc/changeset/2e837ef4aab371cc808ee78bba35bd2bf6100ed9 >--------------------------------------------------------------- commit 2e837ef4aab371cc808ee78bba35bd2bf6100ed9 Author: Max Bolingbroke <batterseapo...@hotmail.com> 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 Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc