Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
86 commits behind the upstream repository.
  • Cheng Shao's avatar
    81358040
    rts: remove redundant rCCCS initialization · 81358040
    Cheng Shao authored
    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.
    
    (cherry picked from commit a7569495)
    81358040
    History
    rts: remove redundant rCCCS initialization
    Cheng Shao authored
    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.
    
    (cherry picked from commit a7569495)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.