[commit: ghc] wip/erikd/rts: rts: More const correct-ness fixes (cb6f0a0)
git at git.haskell.org
git at git.haskell.org
Sun May 15 09:04:31 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/erikd/rts
Link : http://ghc.haskell.org/trac/ghc/changeset/cb6f0a009e7d1e9552d27110a5a53882f2dbad68/ghc
>---------------------------------------------------------------
commit cb6f0a009e7d1e9552d27110a5a53882f2dbad68
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
>---------------------------------------------------------------
cb6f0a009e7d1e9552d27110a5a53882f2dbad68
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 cb6f0a009e7d1e9552d27110a5a53882f2dbad68
More information about the ghc-commits
mailing list