[commit: ghc] master: Miscellaneous improvements to TrieMap, from D608 code review. (c4e1ccb)

git at git.haskell.org git at git.haskell.org
Fri Jan 9 22:36:32 UTC 2015


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

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

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

commit c4e1ccb2fe6ca7a3100653aadd83f83722669e79
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Thu Jan 8 13:33:23 2015 -0800

    Miscellaneous improvements to TrieMap, from D608 code review.
    
    Summary:
        - Add SPECIALIZE pragmas for the lkG/xtG/mapG/fdG family of functions
    
        - Rename wrapEmptyXX to just emptyXX
    
        - New deBruijnize function for initializing DeBruijn elements
    
        - Some extra documentation
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
    
    Test Plan: validate
    
    Reviewers: simonpj, austin
    
    Subscribers: carter, thomie
    
    Differential Revision: https://phabricator.haskell.org/D611
    
    GHC Trac Issues: #9960


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

c4e1ccb2fe6ca7a3100653aadd83f83722669e79
 compiler/coreSyn/TrieMap.hs | 122 +++++++++++++++++++++++++++-----------------
 1 file changed, 74 insertions(+), 48 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 c4e1ccb2fe6ca7a3100653aadd83f83722669e79


More information about the ghc-commits mailing list