[project @ 1996-12-02 15:31:38 by simonm]
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.
Please register or sign in to comment