summaryrefslogtreecommitdiff
path: root/runtime/globroots.c
Commit message (Expand)AuthorAgeFilesLines
* Load frametables of dynlink'd modules in batch (#11935)Stephen Dolan2023-01-271-2/+4
* Introduce run-time checks that the domain lock is held in the C APIGuillaume Munch-Maccagnoni2022-09-071-0/+1
* runtime: scan all native roots (#11189)Florian Angeletti2022-05-051-1/+1
* Avoid dragging in too much with caml headers: roots.h pull in domain.h but no...Tom Kelly2022-02-101-0/+1
* Fix unguarded caml_skiplist_empty in caml_scan_global_young_rootsTom Kelly2021-06-301-18/+17
* remove caml_root APISudha Parimala2021-03-261-51/+0
* Op_val to FieldSudha Parimala2021-03-231-2/+2
* refactor minor heaps allocationEnguerrand Decorne2020-11-271-4/+3
* use caml_stat_alloc here insteadSadiq Jaffer2020-10-291-4/+13
* essentially trunk's globroots now with some locksSadiq Jaffer2020-10-251-3/+81
* testsuite passesSadiq Jaffer2020-10-251-81/+4
* use caml_modify hereSadiq Jaffer2020-10-241-1/+1
* testsuite passesSadiq Jaffer2020-10-231-5/+61
* crashing in dynlink!Sadiq Jaffer2020-10-231-1/+63
* global rootsSadiq Jaffer2020-10-231-215/+121
* Merge commit '1435a6a6a279dff1fbb81a92a828a2e1ee50922e' into parallel_minor_g...Tom Kelly2020-04-071-223/+208
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-0/+291