
1 Jul
2008
1 Jul
'08
9:49 a.m.
Since I've switched back from ghc-6.8.3 to ghc-6.8.2 I would like to see a new minor ghc version 6.8.4 with this "bug" fixed. Cheers Christian Simon Peyton-Jones wrote:
As I said to Serge, I *think* all this arises from the *unconditional* inlining of instance declarations, which isn't under flag control unfortunately. The only fix at the moment is to write instance decls whose code is small -- just call a separate top-level function instance C T where op = op_T
op_T = ....
But this is highly unsatisfactory. I just need to find a clear day or two to look into this carefully. Stay tuned.