[commit: ghc] wip/erikd/rts: rts: More const correct-ness fixes (7d95b20)

git at git.haskell.org git at git.haskell.org
Mon May 16 00:19:52 UTC 2016


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

On branch  : wip/erikd/rts
Link       : http://ghc.haskell.org/trac/ghc/changeset/7d95b20a1cd224299bf168d9c885c7f379fc103f/ghc

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

commit 7d95b20a1cd224299bf168d9c885c7f379fc103f
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date:   Sun May 15 14:33:15 2016 +1000

    rts: More const correct-ness fixes


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

7d95b20a1cd224299bf168d9c885c7f379fc103f
 includes/rts/storage/ClosureMacros.h | 31 ++++++++++++++---------
 includes/rts/storage/InfoTables.h    |  5 ++--
 rts/CheckUnload.c                    |  6 ++---
 rts/Hash.c                           | 10 ++++----
 rts/Hash.h                           |  9 +++++--
 rts/Hpc.c                            |  3 ++-
 rts/Printer.c                        | 49 ++++++++++++++++++------------------
 rts/Printer.h                        | 16 ++++++------
 rts/ProfHeap.c                       | 18 ++++++-------
 rts/Profiling.c                      |  6 ++---
 rts/RaiseAsync.c                     |  2 +-
 rts/RetainerProfile.c                |  2 +-
 rts/RtsAPI.c                         |  4 +--
 rts/STM.c                            |  2 +-
 rts/Schedule.c                       |  8 +++---
 rts/Stable.c                         |  2 +-
 rts/ThreadPaused.c                   |  2 +-
 rts/sm/Compact.c                     |  8 +++---
 rts/sm/Sanity.c                      | 20 +++++++--------
 rts/sm/Sanity.h                      |  2 +-
 rts/sm/Scav.c                        | 12 ++++-----
 21 files changed, 116 insertions(+), 101 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 7d95b20a1cd224299bf168d9c885c7f379fc103f


More information about the ghc-commits mailing list