Only inline top level functions that are applied in a let binding.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 30 Mar 2010 14:52:13 +0000 (16:52 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 30 Mar 2010 14:52:13 +0000 (16:52 +0200)
This should limit the amount of inlinings that happen a bit, make sure
inlining is only done in later stages of inlining and only when it
actually helps to prevent useless components. This should help to
prevent loops with inlinedict, since dictionary arguments should never
be inlined anymore.


No differences found