[project @ 2001-04-02 14:47:25 by simonmar]
NOINLINE fixTc. This fixes a space leak, believe it or not. From the
comment:
-- aargh! Not inlining fixTc alleviates a space leak problem.
-- Normally fixTc is used with a lazy tuple match: if the optimiser is
-- shown the definition of fixTc, it occasionally transforms the code
-- in such a way that the code generator doesn't spot the selector
-- thunks. Sigh.
(BTW, NOINLINE pragmas quite often aren't honoured within a single
module, which looks like a bug).