Re: Emailing: binary-patch

2010-08-10 Thread Felipe Lessa
On Tue, Aug 10, 2010 at 1:29 PM, Simon Peyton-Jones wrote: > The third is helpful for the new type inference engine, and makes the code > clearer too. Why does it help? And how? Cheers! =) -- Felipe. ___ Cvs-ghc mailing list Cvs-ghc@haskell.org ht

Re: Merge Request: LLVM Code Generator for GHC

2010-02-18 Thread Felipe Lessa
On Fri, Feb 19, 2010 at 10:55:08AM +1100, David Terei wrote: > http://www.cse.unsw.edu.au/~davidt/downloads/llvm-ghc.patch I glanced over your patch and it seems you have broken LLVM's backend. I'm not a LLVM expert by no means, but if GHC's needs were implemented as a subtarget, wouldn't there b

Re: patch applied (ghc): Fix Trac #3831: blowup in SpecConstr

2010-02-02 Thread Felipe Lessa
On Mon, Feb 01, 2010 at 11:19:50PM -0800, Simon Peyton Jones wrote: > View patch online: > http://darcs.haskell.org/ghc/_darcs/patches/20100201002420-1287e-da7031609e7c01b4ed22ba231a434894bb4f.gz There's a small typo "oringal" on the second note, "Specialise original body". -- Felipe. __

Immix garbage collector as GSoC

2009-02-25 Thread Felipe Lessa
Hello! I've just subscribed to cvs-ghc because I saw Simon's proposal on reddit[1] about the Immix GC. After reading the paper, I would like to know if it is feasible to consider implementing it in a GSoC project. Some background about me: - I am not familiar with GHC's code, although I'm very co