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

[project @ 2000-08-31 19:55:20 by simonpj]

Add comment
parent 394e677d
No related merge requests found
......@@ -561,8 +561,10 @@ noInlineBlackList :: BlackList
-- We may as well do the same here.
noInlineBlackList v = not (isCompulsoryUnfolding (idUnfolding v)) &&
not (isDataConWrapId v)
-- ((v `isInScope` subst) || not (isLocallyDefined v))
-- I don't see why we have these conditions
-- NB: this implementation means that even inlinings *completely within*
-- an INLINE won't happen, which is perhaps overkill.
-- An earlier verion had: (v `isInScope` subst) || not (isLocallyDefined v)
-- but it's more expensive, and it probably doesn't matter.
\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