Re: Missed optimisation

2007-07-06 Thread Simon Marlow
Neil Mitchell wrote: Hi, I am working on a Core -> Core optimising pass in Yhc Core, which then spits out GHC Core at the back end. In response to Simon M's comment that the lack of using GHC's IO Monad meant the results were unreliable, I have now moved to integrating with GHC's notion of IO. W

Missed optimisation

2007-07-05 Thread Neil Mitchell
Hi, I am working on a Core -> Core optimising pass in Yhc Core, which then spits out GHC Core at the back end. In response to Simon M's comment that the lack of using GHC's IO Monad meant the results were unreliable, I have now moved to integrating with GHC's notion of IO. While the STG gets simp