Repository : ssh://darcs.haskell.org//srv/darcs/packages/integer-gmp On branch : master
http://hackage.haskell.org/trac/ghc/changeset/94df30b07c20c0031c1a8cc57ee3479423b963ac >--------------------------------------------------------------- commit 94df30b07c20c0031c1a8cc57ee3479423b963ac Author: Ian Lynagh <[email protected]> Date: Sat Jul 23 17:56:40 2011 +0100 Don't inline most integer operations We get lots of code, and the simplifier generally can't do much with it. We'll instead use builtin rules to do constant folding where possible. GHC/Integer.lhs | 43 +++++++++++++++++++++++++++++++++++++------ 1 files changed, 37 insertions(+), 6 deletions(-) Diff suppressed because of size. To see it, use: git show 94df30b07c20c0031c1a8cc57ee3479423b963ac _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
