[project @ 1996-12-02 15:31:38 by simonm]
authorsimonm <unknown>
Mon, 2 Dec 1996 15:31:38 +0000 (15:31 +0000)
committersimonm <unknown>
Mon, 2 Dec 1996 15:31:38 +0000 (15:31 +0000)
commit476eadf9c60165863cfb3c926049ed558136a49e
treea75bc7d401439c2f5442a92568e4c437c127e3c7
parentf47353a6b099431409ce840db34f6b4b64221ad4
[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.
ghc/compiler/codeGen/CgTailCall.lhs