[commit: ghc] master: More refactoring in SpecConstr (5c4df28)
git at git.haskell.org
git at git.haskell.org
Mon Aug 25 13:12:34 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5c4df28831fe40493f6b4d2577c255198774eeca/ghc
>---------------------------------------------------------------
commit 5c4df28831fe40493f6b4d2577c255198774eeca
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Aug 25 13:38:55 2014 +0100
More refactoring in SpecConstr
This patch should make no change in behaviour.
* Make RhsInfo into a record
* Include ri_rhs_usg, which previously travelled around separately
* Introduce specRec, specNonRec, and
make them return [OneSpec] rather than SpecInfo
>---------------------------------------------------------------
5c4df28831fe40493f6b4d2577c255198774eeca
compiler/specialise/SpecConstr.lhs | 122 ++++++++++++++++++++++---------------
1 file changed, 73 insertions(+), 49 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 5c4df28831fe40493f6b4d2577c255198774eeca
More information about the ghc-commits
mailing list