[commit: ghc] supercompiler: Deal with [CoreBind] by going via CoreExpr (fa91c6f)

2012-10-04 Thread Max Bolingbroke
Max Bolingbroke Date: Tue Jun 21 19:51:15 2011 +0100 Deal with [CoreBind] by going via CoreExpr >--- compiler/supercompile/Supercompile.hs | 23 --- compiler/supercompile/Supercompile/Utilities.hs

Re: CoreExpr

2011-07-26 Thread Max Bolingbroke
On 25 July 2011 14:25, Simon Peyton-Jones wrote: > The comments on CoreExpr are great, but they make it really hard to read the > data type declaration . Would it be possible to refactor into one-line > comments for each data constructor, with a big comment for the data type? I move

CoreExpr

2011-07-25 Thread Simon Peyton-Jones
Max The comments on CoreExpr are great, but they make it really hard to read the data type declaration . Would it be possible to refactor into one-line comments for each data constructor, with a big comment for the data type? I keep tripping over this when I want to show it to colleagues S

patch applied (ghc): Use a Var instead of a CoreExpr as the lifting context during vectorisation

2007-08-01 Thread Roman Leshchinskiy
Mon Jul 30 23:16:10 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Use a Var instead of a CoreExpr as the lifting context during vectorisation M ./compiler/vectorise/Vectorise.hs -11 +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.or