[commit: ghc] master: Refactor in OccurAnal (705dcb0)

git at git.haskell.org git at git.haskell.org
Fri Apr 27 07:26:53 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/705dcb0d47462739f575456223b8259b48d36183/ghc

>---------------------------------------------------------------

commit 705dcb0d47462739f575456223b8259b48d36183
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Jan 12 17:34:49 2018 +0000

    Refactor in OccurAnal
    
    * (+++)                    -->  andUDs
    * combineAltsUsageDetails  -->  orUDs
    * combineUsageDetailsList  -->  andUDsList
    * Change some andUDsList to a fold for efficiency
    
    No change in behaviour


>---------------------------------------------------------------

705dcb0d47462739f575456223b8259b48d36183
 compiler/simplCore/OccurAnal.hs | 57 +++++++++++++++++++++--------------------
 1 file changed, 29 insertions(+), 28 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 705dcb0d47462739f575456223b8259b48d36183


More information about the ghc-commits mailing list