Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Simon Marlow's avatar
    f9077d98
    Another overhaul of the recent_activity / idle GC handling (#5991) · f9077d98
    Simon Marlow authored and pcapriotti's avatar pcapriotti committed
    Improvements:
    
     - we now turn off the timer signal in the non-threaded RTS after
       idleGCDelay.  This should make the xmonad users on #5991 happy.
    
     - we now turn off the timer signal after idleGCDelay even if the
       idle GC is disabled with +RTS -I0.
    
     - we now do *not* turn off the timer when profiling.
    
     - more comments to explain the meaning of the various ACTIVITY_*
       values
    
    MERGED from commit 0b79d5cd
    f9077d98
    History
    Another overhaul of the recent_activity / idle GC handling (#5991)
    Simon Marlow authored and pcapriotti's avatar pcapriotti committed
    Improvements:
    
     - we now turn off the timer signal in the non-threaded RTS after
       idleGCDelay.  This should make the xmonad users on #5991 happy.
    
     - we now turn off the timer signal after idleGCDelay even if the
       idle GC is disabled with +RTS -I0.
    
     - we now do *not* turn off the timer when profiling.
    
     - more comments to explain the meaning of the various ACTIVITY_*
       values
    
    MERGED from commit 0b79d5cd
Code owners
Assign users and groups as approvers for specific file changes. Learn more.