Repository : ssh://darcs.haskell.org//srv/darcs/packages/integer-gmp On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/9506f95ac32c91a9fa6ce659a4474d6f85e55268 >--------------------------------------------------------------- commit 9506f95ac32c91a9fa6ce659a4474d6f85e55268 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 9506f95ac32c91a9fa6ce659a4474d6f85e55268 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
