Use allocateLocal() rather than allocate() in the interpreter
authorSimon Marlow <marlowsd@gmail.com>
Thu, 20 Aug 2009 15:23:25 +0000 (15:23 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 20 Aug 2009 15:23:25 +0000 (15:23 +0000)
This gives about a 15% performance boost in GHCi for me.  nice!


No differences found