Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `PosixSource.h` installed and under `rts/` | John Ericson | 2021-08-09 | 1 | -1/+1 |
| | | | | | | is used outside of the rts so we do this rather than just fish it out of the repo in ad-hoc way, in order to make packages in this repo more self-contained. | ||||
* | rts: TraverseHeap: Add a basic test | Daniel Gröber | 2021-02-17 | 1 | -0/+219 |
For now this just tests that the order of the callbacks is what we expect for a couple of synthetic heap graphs. |