On Tue, Sep 9, 2008 at 8:34 AM, Justin Bailey <[EMAIL PROTECTED]> wrote:
> This paper is a bit old but still very relevant:
>
> An External Representation for the GHC Core Language
> http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.25.1755
>
Or: http://www.haskell.org/ghc/docs/papers/co
Justin Bailey wrote:
This paper is a bit old but still very relevant:
An External Representation for the GHC Core Language
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.25.1755
Click "view or download" at the bottom to see the paper. Also, I
haven't used this utility myself yet
This paper is a bit old but still very relevant:
An External Representation for the GHC Core Language
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.25.1755
Click "view or download" at the bottom to see the paper. Also, I
haven't used this utility myself yet but it pages and colori
Hi,
I'm trying to profile my haskell code (see thread "profiling in
haskell") and to get more insight I made GHC produce the haskell Core
code. However, I'm not quite sure how to interpret it, is there a
definition (quick search didn't reveal one)?
Also, how do I demangle the names? It seems