summaryrefslogtreecommitdiff
path: root/rts/sm
Commit message (Expand)AuthorAgeFilesLines
* Fix CNF handling in compacting GCÖmer Sinan Ağacan2020-04-092-1/+67
* Fix a pointer format string in RTSÖmer Sinan Ağacan2020-04-021-1/+1
* Update sanity checking for TSOs:Ömer Sinan Ağacan2020-03-161-36/+22
* Fix global_link of TSOs for threads reachable via dead weaksÖmer Sinan Ağacan2020-03-151-0/+8
* nonmoving: Remove redundant bitmap clearingBen Gamari2020-03-141-2/+4
* nonmoving: Don't traverse filled segment list in pauseBen Gamari2020-03-142-18/+26
* Zero any slop after compaction in compacting GCÖmer Sinan Ağacan2020-03-111-4/+21
* nonmoving: Fix collection of sparksBen Gamari2020-03-092-3/+30
* nonmoving-gc: Track time usage of nonmoving markingBen Gamari2020-03-054-5/+25
* Document and refactor a few things around bitmap scavengingÖmer Sinan Ağacan2020-02-291-0/+4
* nonmoving: Fix marking in compact regionsBen Gamari2020-02-281-11/+13
* rts: Fix need_prealloc being reset when retainer profiling is onDaniel Gröber2020-02-081-1/+1
* Fix rts allocateExec() on NetBSDPHO2020-01-251-2/+3
* Fix chaining tagged and untagged ptrs in compacting GCÖmer Sinan Ağacan2020-01-251-67/+95
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-122-4/+4
* Fix comment typosGabor Greif2019-12-091-1/+1
* rts/NonMovingSweep: Fix locking of new mutable list allocationBen Gamari2019-12-051-1/+1
* nonmoving: Clear segment bitmaps during sweepBen Gamari2019-12-053-7/+4
* Fix more typosBrian Wignall2019-12-023-3/+3
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-282-2/+2
* nonmoving: Fix handling on large object marking on 32-bitBen Gamari2019-11-191-4/+7
* nonmoving: Rework mark queue representationBen Gamari2019-11-192-23/+18
* nonmoving: Fix incorrect masking in mark queue type testBen Gamari2019-11-191-2/+2
* nonmoving: Use correct info table pointer accessorBen Gamari2019-11-191-5/+7
* rts/nonmoving: Catch failure of createOSThreadBen Gamari2019-11-081-2/+4
* rts/NonMoving: Fix various Windows build issuesBen Gamari2019-11-072-5/+6
* rts: Remove undesireable inline specifierBen Gamari2019-11-071-1/+1
* rts: Add missing const in HEAP_ALLOCED_GCBen Gamari2019-11-051-1/+1
* Merge non-moving garbage collectorBen Gamari2019-10-2325-206/+6176
|\
| * nonmoving: Upper-bound time we hold SM_MUTEX for during sweepwip/gc/opt-pauseBen Gamari2019-10-221-1/+25
| * nonmoving: Don't do two passes over large and compact object listsBen Gamari2019-10-221-10/+14
| * nonmoving: Trace GC preparation stepsBen Gamari2019-10-221-0/+4
| * rts: Mark nonmoving GC paths in moving collector as unlikelywip/gc/compact-nfdataBen Gamari2019-10-221-8/+8
| * rts: COMPACT_NFDATA support for the nonmoving collectorÖmer Sinan Ağacan2019-10-2211-18/+139
| *-. Merge branches 'wip/gc/segment-header-to-bdescr' and 'wip/gc/docs' into wip/g...wip/gc/everything2Ben Gamari2019-10-225-28/+233
| |\ \
| | | * NonMoving: Add summarizing Notewip/gc/docsBen Gamari2019-10-222-1/+186
| | * | NonMoving: Move next_free_snap to block descriptorwip/gc/segment-header-to-bdescrBen Gamari2019-10-225-12/+17
| | * | NonMoving: Move block size to block descriptorBen Gamari2019-10-223-5/+15
| | * | NonMoving: Introduce nonmovingSegmentLogBlockSize acccessorBen Gamari2019-10-223-14/+19
| | |/
| * | NonMoving: Implement -xns to disable selector optimizationwip/gc/shortcuttingÖmer Sinan Ağacan2019-10-221-1/+5
| * | NonMovingMark: Handle INDs left by shortcuttingBen Gamari2019-10-221-2/+11
| * | NonMoving: Implement selector optimisationÖmer Sinan Ağacan2019-10-224-3/+352
| * | NonMoving: Implement indirection shortcuttingÖmer Sinan Ağacan2019-10-221-17/+47
| |/
| *-. Merge branches 'wip/gc/optimize' and 'wip/gc/test' into wip/gc/everythingwip/gc/everythingBen Gamari2019-10-2212-202/+790
| |\ \
| | * | Unconditionally flush update remembered set during minor GCwip/gc/optimizeBen Gamari2019-10-222-0/+51
| | * | NonMoving: Clean mut_listBen Gamari2019-10-221-1/+121
| | * | NonMoving: Don't do major GC if one is already runningBen Gamari2019-10-222-0/+16
| | * | NonMovingMark: Eliminate redundant check_in_nonmoving_heapsBen Gamari2019-10-221-16/+15
| | * | NonMoving: Optimise allocator cache behaviorBen Gamari2019-10-222-24/+42
| | * | NonMoving: Prefetch segment headerBen Gamari2019-10-222-2/+8