Skip to content
  • Simon Marlow's avatar
    [project @ 1996-12-02 15:31:38 by simonm] · 476eadf9
    Simon Marlow authored
    don't set the info ptr when entering a closure; this is unnecessary as
    the info ptr is loaded in the constructor entry code (see comment by
    me in CgConTbls.lhs).  Very minor performance hit for Sparc/Alpha, big
    win for i386.
    
    Should probably be conditionalised on the architecture or something.
    476eadf9