[GHC] #10706: Make -fcpr-off a dynamic flag

GHC ghc-devs at haskell.org
Wed Jul 29 12:27:01 UTC 2015


#10706: Make -fcpr-off a dynamic flag
-------------------------------------+-------------------------------------
              Reporter:  darchon     |             Owner:
                  Type:  feature     |            Status:  new
  request                            |
              Priority:  normal      |         Milestone:
             Component:  Compiler    |           Version:  7.11
              Keywords:              |  Operating System:  Unknown/Multiple
          Architecture:              |   Type of failure:  None/Unknown
  Unknown/Multiple                   |
             Test Case:              |        Blocked By:
              Blocking:              |   Related Tickets:
Differential Revisions:              |
-------------------------------------+-------------------------------------
 I've run into a situation where I wanted to turn off CPR analysis for a
 single module in my project, but could not do that because {{{-fcpr-off}}}
 is a static flag.

 I will supply a patch that makes {{{-fcpr-off}}} a dynamic flag. From what
 I understand, this would also bring us one step closer to the desired goal
 of getting rid of static flags entirely.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10706>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list