| Is there a way to optionally enable the inlining of the instance | method code, rather than the short wrapper only?
Sure -- add INLINE to the instance methods. | Were there | no cases where the code bloat was temporary, with the longer | compile-times actually being used to optimize the exposed | code into something smaller again? I don't think so. | | And does this fix #2438, too? I think so. Must retry though S _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
