
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@joachim-breitner.de • http://www.joachim-breitner.de/ Jabber: nomeata@joachim-breitner.de • GPG-Key: 0x4743206C Debian Developer: nomeata@debian.org