summaryrefslogtreecommitdiff
path: root/rts/TraverseHeap.c
Commit message (Expand)AuthorAgeFilesLines
* rts: Encapsulate access to capabilities arrayBen Gamari2022-12-161-1/+1
* rts: Introduce getNumCapabilitiesBen Gamari2022-12-161-1/+1
* Add native delimited continuations to the RTSAlexis King2022-09-111-2/+12
* typosEric Lindblad2022-06-011-1/+1
* rts: Address failures to inlineDouglas Wilson2022-02-021-1/+1
* rts/winio: Fix #18382Ben Gamari2022-01-181-1/+0
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* rts: TraverseHeap: Update resetStaticObjectForProfiling docsDaniel Gröber2021-02-171-22/+18
* rts: TraverseHeap: Fix failed to inline warningsDaniel Gröber2021-02-171-1/+1
* rts: TraverseHeap: Allow visit_cb to be NULLDaniel Gröber2021-02-171-2/+4
* rts: TraverseHeap: Add a basic testDaniel Gröber2021-02-171-0/+2
* rts: TraverseHeap: Move stackElement to headerDaniel Gröber2021-02-171-67/+1
* rts: TraverseHeap: Make "flip" bit flip into it's own functionDaniel Gröber2021-02-171-8/+17
* rts: TraverseHeap: Move "flip" bit into traverseState structDaniel Gröber2021-02-171-47/+15
* rts: TraverseHeap: Make trav. data macros into functionsDaniel Gröber2021-02-171-4/+17
* rts: TraverseHeap: Simplify profiling headerDaniel Gröber2021-02-171-10/+10
* rts: TraverseHeap: Update some commentsDaniel Gröber2021-02-171-4/+4
* rts: TraverseHeap: Introduce callback for subtree completionDaniel Gröber2021-02-171-71/+155
* rts: TraverseHeap: Link parent stackElements on the stackDaniel Gröber2021-02-171-44/+56
* rts: TraverseHeap: Increase lifetime of stackElementsDaniel Gröber2021-02-171-16/+26
* rts: TraverseHeap: Rename traversePushClosure to traversePushRootDaniel Gröber2021-02-171-1/+7
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-151-0/+1
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-1/+1
* rts: TraverseHeap: Add doc comment for getTraverseStackMaxSizeDaniel Gröber2019-09-221-0/+3
* rts: TraverseHeap: Move stackElement.cp back into nextPos unionDaniel Gröber2019-09-221-6/+7
* rts: TraverseHeap: Make pushStackElement argument constDaniel Gröber2019-09-221-4/+4
* rts: TraverseHeap: Make comment style consistentDaniel Gröber2019-09-221-21/+21
* rts: Split heap traversal from retainer profilerDaniel Gröber2019-09-221-0/+1371