ghc-core: Display GHC's core and assembly output in a pager

[ bsd3, development, program ] [ Propose Tags ]

A convenient command line wrapper for GHC that displays GHC's optimised core and assembly output in a human readable, colourised manner, in a pager. Unix systems only, currently.

Usage:

ghc-core A.hs
ghc-core -fvia-C -optc-O3 A.hs

Screenshot: http://galois.com/~dons/images/ghc-core.png


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.3.0.1, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6
Dependencies base (>=4 && <5), colorize-haskell, directory, filepath, pcre-light, process (>=1.0.1) [details]
License BSD-3-Clause
Author Don Stewart
Maintainer Don Stewart
Category Development
Home page http://code.haskell.org/~dons/code/ghc-core
Uploaded by DonaldStewart at 2010-03-21T10:46:35Z
Distributions LTSHaskell:0.5.6, NixOS:0.5.6, Stackage:0.5.6
Reverse Dependencies 1 direct, 0 indirect [details]
Executables ghc-core
Downloads 13764 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-30 [all 7 reports]

Readme for ghc-core-0.5.3

[back to package description]
A convenient command line wrapper over GHC to display GHC's optimised
Core and assembly output in a human readable manner.