summaryrefslogtreecommitdiff
path: root/runtime/codefrag.c
Commit message (Expand)AuthorAgeFilesLines
* Make use of polymorphic atomic_ helpersGuillaume Munch-Maccagnoni2023-04-181-3/+3
* codefrag.c: protect the digest by a fragment-local mutex (#11796)Gabriel Scherer2022-12-101-7/+28
* Use void args, remove unused features.KC Sivaramakrishnan2021-12-301-2/+3
* Make garbage_head staticJeremy Yallop2021-12-101-1/+1
* move to an atomic counter for fragment numberSadiq Jaffer2021-10-251-2/+3
* newlinesSadiq Jaffer2021-10-251-1/+1
* formatting changesSadiq Jaffer2021-10-251-43/+40
* make codefrag thread-safe by introducing a lock-free skiplistSadiq Jaffer2021-10-251-12/+59
* More efficient management of code fragments (#9654)Xavier Leroy2020-06-111-0/+115