[commit: ghc] master: Simplify the SimplCont data type (4bbd6ba)
Simon Peyton Jones
simonpj at microsoft.com
Wed May 9 18:49:38 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4bbd6baee066b906ed93a0659205ecbffdbd0954
>---------------------------------------------------------------
commit 4bbd6baee066b906ed93a0659205ecbffdbd0954
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri May 4 23:02:46 2012 +0100
Simplify the SimplCont data type
* Put the result type in the Stop continuation
* No need for the alts type in Select
The result is a modest but useful simplification
compiler/simplCore/SimplUtils.lhs | 130 +++++++++++++++++++-----------------
compiler/simplCore/Simplify.lhs | 83 ++++++++++++------------
2 files changed, 111 insertions(+), 102 deletions(-)
Diff suppressed because of size. To see it, use:
git show 4bbd6baee066b906ed93a0659205ecbffdbd0954
More information about the Cvs-ghc
mailing list