From: Matthijs Kooijman Date: Wed, 31 Mar 2010 09:28:51 +0000 (+0200) Subject: Inline all simple top level functions, not just compiler-generated ones. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=330fbf11dfb1f0aee6347624455c386aa30a770a;hp=330fbf11dfb1f0aee6347624455c386aa30a770a;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Inline all simple top level functions, not just compiler-generated ones. 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. ---