summaryrefslogtreecommitdiff
path: root/runtime/finalise.c
Commit message (Expand)AuthorAgeFilesLines
* Remove SpacetimeNicolás Ojeda Bär2020-10-081-16/+0
* Resource-safe C interface for async callbacksGuillaume Munch-Maccagnoni2019-10-171-3/+3
* Separate caml_check_urgent_gc back into GC actions and async callbacksGuillaume Munch-Maccagnoni2019-10-151-1/+2
* [cleanup] Rename caml_set_something_to_do into caml_set_action_pendingGuillaume Munch-Maccagnoni2019-10-151-1/+1
* Remove dead variables [caml_memprof_to_do] and [caml_final_to_do].Jacques-Henri Jourdan2019-10-111-1/+0
* Use [caml_something_to_do] both in native and bytecode mode to remember that ...Jacques-Henri Jourdan2019-06-061-10/+3
* Guarantee that no finalisers will be called while allocating memory in OCaml ...Jacques-Henri Jourdan2019-06-051-6/+14
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-0/+445