[commit: ghc] wip/exceptions-note, wip/hadrian-import-packages, wip/splice-parsing, wip/trac-16270: Replace BlockSequence with OrdList in BlockLayout.hs (ff2d601)

git at git.haskell.org git at git.haskell.org
Sat Feb 2 08:59:02 UTC 2019


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

On branches: wip/exceptions-note,wip/hadrian-import-packages,wip/splice-parsing,wip/trac-16270
Link       : http://ghc.haskell.org/trac/ghc/changeset/ff2d6018348c6d316b87c596a4010b316501b91c/ghc

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

commit ff2d6018348c6d316b87c596a4010b316501b91c
Author: klebinger.andreas at gmx.at <klebinger.andreas at gmx.at>
Date:   Thu Jan 24 23:02:51 2019 +0100

    Replace BlockSequence with OrdList in BlockLayout.hs
    
    OrdList does the same thing and more so there is no reason
    to have both.


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

ff2d6018348c6d316b87c596a4010b316501b91c
 compiler/nativeGen/BlockLayout.hs | 99 +++++++++------------------------------
 compiler/utils/OrdList.hs         | 23 ++++++++-
 2 files changed, 45 insertions(+), 77 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 ff2d6018348c6d316b87c596a4010b316501b91c


More information about the ghc-commits mailing list