UNDO: Add -fpass-case-bndr-to-join-points
authorSimon Marlow <marlowsd@gmail.com>
Tue, 16 Dec 2008 11:42:35 +0000 (11:42 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 16 Dec 2008 11:42:35 +0000 (11:42 +0000)
commit5a336f14d30f9b46ac74ca319ed1af25430cd67a
tree5df594b3701fa471a25dbaa17601787158388352
parente79c9ce01d0ce4412bd4bcd99c8c728a6a2ec569
UNDO: Add -fpass-case-bndr-to-join-points

rolling back:

Fri Dec  5 10:51:59 GMT 2008  simonpj@microsoft.com
  * Add -fpass-case-bndr-to-join-points

  See Note [Passing the case binder to join points] in Simplify.lhs
  The default now is *not* to pass the case binder.  There are some
  nofib results with the above note; the effect is almost always
  negligible.

  I don't expect this flag to be used by users (hence no docs). It's just
  there to let me try the performance effects of switching on and off.

    M ./compiler/main/StaticFlagParser.hs +1
    M ./compiler/main/StaticFlags.hs +4
    M ./compiler/simplCore/Simplify.lhs -14 +73
compiler/main/StaticFlagParser.hs
compiler/main/StaticFlags.hs
compiler/simplCore/Simplify.lhs