Unbox the Unique stored in a Name
authorSimon Marlow <simonmar@microsoft.com>
Tue, 25 Jul 2006 14:17:47 +0000 (14:17 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 25 Jul 2006 14:17:47 +0000 (14:17 +0000)
commitddb04482cbdda4f6637feac517c8e06870e56763
treec51fe00ee3da52838f3c4bf1d279e499bde0a383
parentbb3dcf3988d766149f7793b93210db5f64e91542
Unbox the Unique stored in a Name
I measured that this makes the comiler allocate a bit more, but it
might also make it faster and reduce residency.  The extra allocation
is probably just because we're not inlining enough somewhere, so I
think this change is a step in the right direction.
compiler/basicTypes/Name.lhs