Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5673 commits behind the upstream repository.
  • Cheng Shao's avatar
    a7569495
    rts: remove redundant rCCCS initialization · a7569495
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    This commit removes the redundant logic of initializing each
    Capability's rCCCS to CCS_SYSTEM in initProfiling(). Before
    initProfiling() is called during RTS startup, each Capability's rCCCS
    has already been assigned CCS_SYSTEM when they're first initialized.
    a7569495
    History
    rts: remove redundant rCCCS initialization
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    This commit removes the redundant logic of initializing each
    Capability's rCCCS to CCS_SYSTEM in initProfiling(). Before
    initProfiling() is called during RTS startup, each Capability's rCCCS
    has already been assigned CCS_SYSTEM when they're first initialized.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Profiling.c 28.03 KiB