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)
commite0939bc459e2fd5420f875ee3065dca14114bf31
tree347c1d2048aaa6adfa59ae041d69aa53fbcd25fd
parent8ec978161d50e476e327b59bdf1a2d5e57705609
Use allocateLocal() rather than allocate() in the interpreter
This gives about a 15% performance boost in GHCi for me.  nice!
rts/Interpreter.c