Skip to content

rts: remove redundant rCCCS initialization

Cheng Shao requested to merge type-dance/ghc:initProfiling-cleanup into master

This patch 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.

Merge request reports