Do not perform a worker/wrapper split for a NOINLINE function
authorLemmih <lemmih@gmail.com>
Thu, 7 Jun 2007 21:35:23 +0000 (21:35 +0000)
committerLemmih <lemmih@gmail.com>
Thu, 7 Jun 2007 21:35:23 +0000 (21:35 +0000)
commit481b014b46dd53ef5d1c5e679e1d9f08207af96e
treec5e218f5a0ff2f1716eb40c46dd0aafdd3717d59
parent7dd96d1d24af338b7d3954943cea6a49278bb431
Do not perform a worker/wrapper split for a NOINLINE function

This came up in an email exchange with Duncan Coutts in May 2007.
If a function is marked NOINLINE there is really no point in
doing a worker/wrapper split, because the wrapper will never
be inlined.
compiler/stranal/WorkWrap.lhs