On 21/08/2009 10:04, Simon Peyton-Jones wrote:
I've cross-linked.  Probably http://hackage.haskell.org/trac/ghc/wiki/DebuggingGhcCrashes 
should be under "Building", but I have not moved it.

Why under Building? It doesn't seem related to the build system, although we do have some information about debugging the build system in http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying (maybe not the best place).

Shouldn't debugging be under the commentary? Or perhaps just at the top level? Here's what I had in mind:

wiki/
  Debugging/
    GHC
    CompiledCode
    RTS
    BuildSystem

where the current Building/DebuggingGHC would become Debugging/GHC, and the current DebuggingGhcCrashes becomes Debugging/CompiledCode.

Cheers,
        Simon


S

| -----Original Message-----
| From: Simon Marlow [mailto:[email protected]]
| Sent: 20 August 2009 16:33
| To: Simon Peyton-Jones
| Cc: [email protected]
| Subject: Re: ticky
|
| On 20/08/2009 14:43, Simon Peyton-Jones wrote:
|>  Thanks Ian
|>
|>  I have started
|>      http://hackage.haskell.org/trac/ghc/wiki/Building/DebuggingGHC
|>  (referenced from the Building Guide) to describe debugging strategies for 
GHC.
|>
|>  Everyone: please add to this, and make it informative.  How do *you* debug 
GHC?
|
| Good idea!
|
| There's also http://hackage.haskell.org/trac/ghc/wiki/DebuggingGhcCrashes
|
| we should cross-link, or make a little tree of debugging wiki pages.
|
| Cheers,
|       Simon
|
|
|>
|>  Simon
|>
|>
|>  | -----Original Message-----
|>  | From: Ian Lynagh [mailto:[email protected]]
|>  | Sent: 19 August 2009 18:48
|>  | To: Simon Peyton-Jones
|>  | Subject: Re: ticky
|>  |
|>  | On Wed, Aug 19, 2009 at 04:03:16PM +0100, Ian Lynagh wrote:
|>  |>   On Wed, Aug 19, 2009 at 03:53:37PM +0100, Ian Lynagh wrote:
|>  |>   >
|>  |>   >   Validating with this in mk/validate.mk:
|>  |>   >
|>  |>   >   GhcLibOpts += -ticky
|>  |>   >   GhcRTSWays += t
|>  |>   >   GhcThreaded = NO
|>  |>   >   ghc_stage2_HC_OPTS += -ticky
|>  |>   >
|>  |>   >   works for me.
|>  |>
|>  |>   Actually, I'm not sure that really made a ticky compiler. Will
|>  |>   investigate.
|>  |
|>  | OK, this really works:
|>  |
|>  | GhcLibOpts += -ticky
|>  | GhcRTSWays += t
|>  | GhcThreaded = NO
|>  | GhcStage2HcOpts += -ticky
|>  | utils/haddock_dist_EXTRA_HC_OPTS += -ticky
|>  |
|>  |
|>  | Thanks
|>  | Ian
|>  |
|>
|>  _______________________________________________
|>  Cvs-ghc mailing list
|>  [email protected]
|>  http://www.haskell.org/mailman/listinfo/cvs-ghc
|


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

Reply via email to