noinline in where clauses again
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Wed Apr 25 20:22:01 EDT 2007
On Wed, 2007-04-25 at 08:56 +0100, Simon Peyton-Jones wrote:
> Duncan,
>
> I implemented this a couple of weeks ago but forgot to push it. Now
> INLINE pragmas survive across interface files. I hope it's useful.
Fantastic, thanks Simon. I'll try it out in Data.Binary in the next few
days and report back. I'm not expecting performance improvements from it
but it should reduce code size by not inlining a copy of this local
function into the slow path of the binary read/write.
Duncan
More information about the Glasgow-haskell-users
mailing list