
25 Apr
2007
25 Apr
'07
8:22 p.m.
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