summaryrefslogtreecommitdiff
path: root/rts/sm/NonMovingMark.h
Commit message (Expand)AuthorAgeFilesLines
* nonmoving: Rework mark queue representationBen Gamari2019-11-191-16/+8
* nonmoving: Fix incorrect masking in mark queue type testBen Gamari2019-11-191-2/+2
* rts: COMPACT_NFDATA support for the nonmoving collectorÖmer Sinan Ağacan2019-10-221-2/+4
* NonMoving: Pre-fetch during markBen Gamari2019-10-221-0/+10
* NonMovingMark: Optimize representation of mark queueBen Gamari2019-10-221-3/+22
* NonMoving: Allocate mark queues in larger block groupsBen Gamari2019-10-221-1/+4
* Nonmoving: Allow aging and refactor static objects logicBen Gamari2019-10-221-4/+2
* Fix unregisterised buildwip/gc/nonmoving-concurrentBen Gamari2019-10-221-0/+1
* Nonmoving: Ensure write barrier vanishes in non-threaded RTSBen Gamari2019-10-211-0/+1
* rts: Implement concurrent collection in the nonmoving collectorBen Gamari2019-10-201-0/+31
* rts: Non-concurrent mark and sweepÖmer Sinan Ağacan2019-10-201-0/+140