summaryrefslogtreecommitdiff
path: root/rts/sm
Commit message (Expand)AuthorAgeFilesLines
* rts: fix --disable-large-address-spaceCheng Shao2023-05-162-9/+8
* rts: Don't sanity-check StgTSO.global_linkBen Gamari2023-05-151-3/+38
* rts: Weak pointer cleanupsBen Gamari2023-05-152-14/+17
* rts: Teach listAllBlocks about nonmoving heapTeo Camarasu2023-05-121-2/+29
* rts: Refine memory retention behaviour to account for pinned/compacted objectsMatthew Pickering2023-05-113-12/+59
* nonmoving: Account for mutator allocations in bytes_allocatedBen Gamari2023-05-093-1/+7
* fix: account for large and compact object stats with nonmoving gcTeo Camarasu2023-03-255-7/+36
* nonmoving: Non-concurrent collectionBen Gamari2023-03-085-71/+107
* rts: Capture GC configuration in a structBen Gamari2023-03-082-17/+24
* rts: Fix incorrect STATIC_INLINEBen Gamari2023-03-081-1/+1
* rts: Rename clear_segment(_free_blocks)?Ben Gamari2023-03-083-9/+9
* nonmoving: Split out nonmovingAllocateGCBen Gamari2023-03-084-15/+55
* nonmoving: Move allocator into new source fileBen Gamari2023-03-086-198/+236
* nonmoving: Ensure that sanity checker accounts for saved_filled segmentsBen Gamari2023-03-081-0/+1
* nonmoving: Fix unregisterised buildBen Gamari2023-03-081-0/+4
* rts: Encapsulate block allocator spinlockBen Gamari2023-03-086-16/+28
* nonmoving: Don't call prepareUnloadCheckBen Gamari2023-03-081-1/+2
* rts/Sanity: Fix block count assertion with non-moving collectorBen Gamari2023-03-081-3/+13
* nonmoving: Fix Note referencesBen Gamari2023-03-086-7/+7
* nonmoving: Move current segment array into CapabilityBen Gamari2023-03-088-137/+80
* rts: Reenable assertionBen Gamari2023-03-081-1/+1
* nonmoving: Allow pinned gen0 objects to be WEAK keysBen Gamari2023-03-081-4/+14
* nonmoving: Sync-phase mark budgetingBen Gamari2023-03-083-12/+86
* nonmoving: Be more paranoid in segment trackingBen Gamari2023-03-083-1/+7
* nonmoving: Don't push if nonmoving collector isn't enabledBen Gamari2023-03-081-1/+1
* nonmoving: Avoid n_caps raceBen Gamari2023-03-081-4/+4
* nonmoving: Post-sweep sanity checkingBen Gamari2023-03-081-1/+13
* nonmoving: Add missing write barriers in selector optimisationBen Gamari2023-03-082-6/+62
* nonmoving: Don't clobber update rem sets of old capabilitiesBen Gamari2023-03-081-1/+1
* nonmoving: Handle new closures in nonmovingIsNowAliveBen Gamari2023-03-082-8/+18
* nonmoving: Assert state of swept segmentsBen Gamari2023-03-082-0/+3
* nonmoving: Fix tracking of FILLED_SWEEPING segmentsBen Gamari2023-03-081-1/+1
* nonmoving: Don't show occupancy if we didn't collect live wordsBen Gamari2023-03-083-17/+41
* nonmoving: Sanity check mutable listBen Gamari2023-03-081-0/+1
* nonmoving: Sanity check nonmoving large objects and compactsBen Gamari2023-03-081-0/+5
* nonmoving: Fix handling of weak pointersBen Gamari2023-03-085-79/+161
* nonmoving: Add missing no-op in busy-wait loopBen Gamari2023-03-081-2/+5
* nonmoving: Clarify commentBen Gamari2023-03-081-1/+1
* nonmoving: Clarify implementationBen Gamari2023-03-081-10/+11
* Evac: Squash data race in eval_selector_chainBen Gamari2023-03-081-2/+3
* rts/Sanity: Look at nonmoving saved_filled listsBen Gamari2023-03-081-0/+2
* rts/Sanity: Mark pinned_object_blocksBen Gamari2023-03-081-0/+1
* rts/BlockAlloc: Allow disabling of internal assertionsBen Gamari2023-03-081-6/+16
* nonmoving: Deduplicate assertionBen Gamari2023-03-081-2/+9
* nonmoving: Fix styleBen Gamari2023-03-081-2/+3
* rts: add the rts_clearMemory functionCheng Shao2023-02-156-4/+71
* rts: make it possible to change mblock size on 32-bit targetsCheng Shao2023-02-143-3/+9
* rts: Fix C++ compilation issuesBen Gamari2023-01-271-2/+2
* Only gc sparks locally when we can ensure marking is done.Andreas Klebinger2023-01-121-10/+11
* rts: Drop racy assertionBen Gamari2023-01-121-0/+3