[GHC] #5641: The -L flag should not exist

GHC ghc-devs at haskell.org
Thu Nov 27 03:26:06 UTC 2014


#5641: The -L flag should not exist
-------------------------------------+-------------------------------------
              Reporter:  augustss    |            Owner:
                  Type:  bug         |           Status:  new
              Priority:  normal      |        Milestone:  7.10.1
             Component:  Profiling   |          Version:  7.2.1
            Resolution:              |         Keywords:
      Operating System:              |     Architecture:  Unknown/Multiple
  Unknown/Multiple                   |       Difficulty:  Unknown
       Type of failure:              |       Blocked By:  3024
  None/Unknown                       |  Related Tickets:
             Test Case:              |
              Blocking:              |
Differential Revisions:              |
-------------------------------------+-------------------------------------
Changes (by thomie):

 * blockedby:  3024, 3024 => 3024


Comment:

 For reference, in commit 16871485a44ba8a6e93e40f30af7ea46839e0c4c:
 {{{
 Author: Ravi Nanavati <>
 Date:   Fri Sep 29 22:51:15 2006 +0000

     rts_ccs_length

     Add the -L RTS flag to control the length of the cost-centre stacks
 reported in
     a heap profile.
 }}}

 And in `rts/RtsFlags.c`:
 {{{
  "  -L<chars>      Maximum length of a cost-centre stack in a heap
 profile",
  "                 (default: 25)",
 }}}

 Undocument as far as I can tell in the
 [https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/runtime-
 control.html user's guide].

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


More information about the ghc-tickets mailing list