[commit: ghc] wip/T16185: Documentation and refactoring in CCS related code (cb2349a)
git at git.haskell.org
git at git.haskell.org
Tue Jan 15 17:42:55 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T16185
Link : http://ghc.haskell.org/trac/ghc/changeset/cb2349a4233d6bdef2d7090853397e6278a7378c/ghc
>---------------------------------------------------------------
commit cb2349a4233d6bdef2d7090853397e6278a7378c
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Thu Jan 10 14:39:16 2019 +0300
Documentation and refactoring in CCS related code
- Remove REGISTER_CC and REGISTER_CCS macros, add functions registerCC
and registerCCS to Profiling.c.
- Reduce scope of symbols: CC_LIST, CCS_LIST, CC_ID, CCS_ID
- Document CC_LIST and CCS_LIST
>---------------------------------------------------------------
cb2349a4233d6bdef2d7090853397e6278a7378c
includes/rts/prof/CCS.h | 32 -----------------
includes/stg/MiscClosures.h | 4 ---
rts/Profiling.c | 86 +++++++++++++++++++++++++++++----------------
rts/RtsSymbols.c | 3 --
4 files changed, 56 insertions(+), 69 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 cb2349a4233d6bdef2d7090853397e6278a7378c
More information about the ghc-commits
mailing list