[Haskell-cafe] Thunks
Jason Dagit
dagit at codersbase.com
Thu Oct 14 18:19:19 EDT 2010
On Thu, Oct 14, 2010 at 2:52 PM, Evan Laforge <qdunkan at gmail.com> wrote:
> > I don't know of any way to examine this for a running program. You can
> get
> > GHC to spit out core and STG using -ddump-core and -ddump-stg flags:
>
> There's no -ddump-core flag. I was puzzled about the proper way to
> get "final" core, and have been using -ddump-simpl, but I don't know
> if that's correct.
>
Indeed, I meant -ddump-simpl. That's why I tried to link to the GHC
manual, I make typos and it has extra info and enumerates the flags
available :) Just search that page for -ddump.
Sorry about the confusing typo,
Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20101014/60e96fe1/attachment.html
More information about the Haskell-Cafe
mailing list