[commit: ghc] wip/T12354: Change type of UData to [[ArgUse]] (1c24ab8)
git at git.haskell.org
git at git.haskell.org
Mon Jul 4 21:57:12 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T12354
Link : http://ghc.haskell.org/trac/ghc/changeset/1c24ab8add3ac4d47eba2c5efeeaaf3d282e15b3/ghc
>---------------------------------------------------------------
commit 1c24ab8add3ac4d47eba2c5efeeaaf3d282e15b3
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Jul 5 00:00:16 2016 +0200
Change type of UData to [[ArgUse]]
it is cleaner than flattening the list of arguments into one, and then
doing strange splicying arithmetic.
The current patch compiles, but yields weird lint errors. Clearly stuff
is still amiss.
>---------------------------------------------------------------
1c24ab8add3ac4d47eba2c5efeeaaf3d282e15b3
compiler/basicTypes/Demand.hs | 104 ++++++++++++++++++++++++------------------
compiler/stranal/DmdAnal.hs | 17 +++----
compiler/stranal/WwLib.hs | 2 +-
3 files changed, 67 insertions(+), 56 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 1c24ab8add3ac4d47eba2c5efeeaaf3d282e15b3
More information about the ghc-commits
mailing list