aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/extcon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarifying comments in response to review <https://github.com/ravenbrook/mps/...Richard Brooksby2023-06-091-2/+3
* Improving comments in response to review <https://github.com/ravenbrook/mps/p...Richard Brooksby2023-06-091-6/+10
* Adding arena contraction callback to all chunk deallocations, so that it is c...Richard Brooksby2023-06-091-3/+8
* Executing proc.review.editJonathan Holburn2023-05-231-1/+2
* Consistently use die() in extcon.cJonathan Holburn2023-05-101-2/+1
* Remove homebrew format from extcon testbench and replace with dylan fmt. also...Jonathan Holburn2023-05-101-190/+27
* Disabling the insist comparing the testobj array to the cold end of the stack...Richard Brooksby2023-05-021-3/+5
* Moving the root of objects into a static to avoid problems with the cold end ...Richard Brooksby2023-05-021-19/+25
* Add output to aid cold end of stack debuggingJonathan Holburn2023-04-261-1/+14
* Adding detailed output to extcon about memory reservation and gc cycles, to t...Richard Brooksby2023-04-141-10/+59
* Removing unnecessary arena_park.Richard Brooksby2023-04-141-3/+0
* Adding an attribute to test_main to prevent clang 14 from inlining it an reor...Richard Brooksby2023-04-141-1/+2
* Adding an assertion that forces gcc not to reorder locals, working around git...Richard Brooksby2023-04-141-1/+9
* Detabifying extcon.c.Richard Brooksby2023-04-141-189/+189
* Adding extcon extension/contraction test to posix builds. fixing warnings in...Richard Brooksby2023-04-141-10/+11
* Fix test to ensure that cold pointer exists in colder stack frame.Jonathan Holburn2023-04-141-30/+39
* Add test for arena extend and contract callbacksJonathan Holburn2023-04-131-0/+373