From: Matthijs Kooijman Date: Wed, 10 Mar 2010 15:05:56 +0000 (+0100) Subject: Restructure the top level inlining transformation. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=b603a1b76fc2bf27e9f194b09206c00d073aabb6;hp=b603a1b76fc2bf27e9f194b09206c00d073aabb6;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Restructure the top level inlining transformation. It now checks to see if the original (non-normalized) body is already simple and only resorts to normalizing if the original body isn't simple already. This should speed things up a bit, also because inlining the normalized body probably needs some extra cleanups. ---