id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
1136,High memory use when compiling many let bindings.,igloo,simonmar,"Two programs that generate modules with lots of let bindings that GHC struggles to compile. With the first,

{{{
ghc -c J.hs
}}}

uses >100M of memory which seems a little high. For the second,

{{{
ghc -c J2.hs
}}}

got past 700M before I killed it, with both 6.6 and HEAD.",bug,closed,high,6.12.1,Compiler,6.6,fixed,performance,,Unknown/Multiple,Unknown/Multiple,Compile-time performance bug,Unknown,,,,
