[commit: ghc] wip/nested-cpr: Add a flag -fnested-cpr-off to conveniently test the effect of nested CPR (90529b1)
Joachim Breitner
mail at joachim-breitner.de
Wed Dec 4 10:13:30 UTC 2013
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
mail at joachim-breitner.de • http://www.joachim-breitner.de/
Jabber: nomeata at joachim-breitner.de • GPG-Key: 0x4743206C
Debian Developer: nomeata at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20131204/8b24e820/attachment.sig>
More information about the ghc-devs
mailing list