Skip to content
Snippets Groups Projects
Commit c3e7e772 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 1996-12-19 18:07:39 by simonpj]

Adding LoopHack.hc
parent 3531e8da
No related merge requests found
This dreadful little .hc file accounts for the fact that,
when profiling, modules that import (say) IdLoop will
try to register the _regIdLoop cost centre. But there is
no IdLoop module really, so it generates unresolved
references by the ton.
What we do here is simply to satisfy the unresolved references
\begin{code}
STGFUN(_regUbiq){}
STGFUN(_regAbsCLoop){}
STGFUN(_regNcgLoop){}
STGFUN(_regDsLoop){}
STGFUN(_regIdLoop){}
STGFUN(_regPrelLoop){}
STGFUN(_regTyLoop){}
STGFUN(_regHsLoop){}
STGFUN(_regSpecLoop){}
STGFUN(_regTcMLoop){}
STGFUN(_regTcLoop){}
STGFUN(_regRnLoop){}
\end{code}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment