Skip to content
  • Simon Marlow's avatar
    implement clean/dirty TSOs · 9d909b3b
    Simon Marlow authored
    Along the lines of the clean/dirty arrays and IORefs implemented
    recently, now threads are marked clean or dirty depending on whether
    they need to be scanned during a minor GC or not.  This should speed
    up GC when there are lots of threads, especially if most of them are
    idle.
    9d909b3b