Inline all simple top level functions, not just compiler-generated ones.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 31 Mar 2010 09:28:51 +0000 (11:28 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 31 Mar 2010 09:28:51 +0000 (11:28 +0200)
The checking for compiler generated functions wasn't watertight, so
let's just don't check at all. There is no risk for loops with
funextract anymore, since we only inline functions applied in let
bindings now.


No differences found