Re: DynFlags.lhs
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 18, 2012 at 04:42:03PM +0000, Simon Peyton-Jones wrote:
> Somehow compiling DynFlags.lhs has started taking a very long time, and generates lots of code. I have not had time to investigate, but if anyone has any idea what is happening I'd be happy to know.
I've added some more stuff to it recently. In particular, a large type:
includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs
and lots of little wrapper functions:
includes/dist-derivedconstants/header/GHCConstantsHaskellWrappers.hs
get #included into it now. I haven't looked into which is responsible
yet, though.
Thanks
Ian