Hi,

Am Mittwoch, den 04.12.2013, 10:33 +0100 schrieb Johan Tibell:
> Nitpick: don't we usually name these flags -fno-nested-cpr?

I thought so as well, but I’m just following what’s there:

>         --- Switch off CPR analysis in the new demand analyser
>         +-- Switch off CPR analysis in the demand analyser
>          opt_CprOff         :: Bool
>          opt_CprOff         = lookUp  (fsLit "-fcpr-off")
>         
>         +opt_NestedCprOff   :: Bool
>         +opt_NestedCprOff   = lookUp  (fsLit "-fnested-cpr-off")
>         +
>          opt_NoOptCoercion  :: Bool
>          opt_NoOptCoercion  = lookUp  (fsLit "-fno-opt-coercion")
>         

anyways, ideally that flag stays branch-local and will be removed before
merging into master.

But thx for watching these commits; I hope they don’t cause too much
noise on ghc-commits.

Greetings,
Joachim

-- 
Joachim “nomeata” Breitner
  [email protected]http://www.joachim-breitner.de/
  Jabber: [email protected]  • GPG-Key: 0x4743206C
  Debian Developer: [email protected]

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
ghc-devs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-devs

Reply via email to