Skip to content
  • Simon Peyton Jones's avatar
    Use the new TrieMap to improve CSE · ec2eda1d
    Simon Peyton Jones authored
    For CSE it's obviously great to have a mapping whose
    key is an expression.  This patch makes CSE use the
    new CoreTrie data type.
    
    I did some very simple performance comparisions. The
    change in compile-time allocation is less than 1%,
    but it does go down!  Slightly.
    ec2eda1d