From: simonpj@microsoft.com Date: Tue, 15 Feb 2011 14:39:21 +0000 (+0000) Subject: Increase exprIsDupable threshold a bit X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=53da379cee909d23b9f785c2250e64cba34ad3b2;hp=53da379cee909d23b9f785c2250e64cba34ad3b2 Increase exprIsDupable threshold a bit Now that exprIsDupable is less aggressive, test MethSharing wasn't doing enough inlining. Increasing the threshold fixes the problem but the real fix is in Trac #4960. ---