Skip to content
  • Simon Marlow's avatar
    Small optimisation · ef58afea
    Simon Marlow authored
    When calling newCAF, refer to the closure using its LocalReg rather
    than R1.  Using R1 here was preventing the register allocator from
    coalescing the assignment x=R1 at the beginning of the function.
    ef58afea