Skip to content
  • Simon Marlow's avatar
    Unbox the Unique stored in a Name · ddb04482
    Simon Marlow authored
    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.
    ddb04482