summaryrefslogtreecommitdiff
path: root/runtime/minor_gc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a level of indirection for accessing minor tables from Caml_state.KC Sivaramakrishnan2019-08-231-20/+31
* Fix long linesKC Sivaramakrishnan2019-08-231-14/+23
* Move local_roots, compare unorderd and gc request variables to domain stateKC Sivaramakrishnan2019-08-231-7/+7
* Move all statistics variables to domain stateKC Sivaramakrishnan2019-08-231-3/+3
* Various minor heap pointers moved to domain stateKC Sivaramakrishnan2019-08-231-75/+64
* young_ptr and young_limit are now in domain stateKC Sivaramakrishnan2019-08-231-20/+19
* Use [caml_something_to_do] both in native and bytecode mode to remember that ...Jacques-Henri Jourdan2019-06-061-12/+1
* Guarantee that no finalisers will be called while allocating memory in OCaml ...Jacques-Henri Jourdan2019-06-051-20/+9
* Memprof sampling for blocks in the minor heap, allocated by C code.Jacques-Henri Jourdan2019-05-201-8/+37
* Statistical memory profiling of blocks allocated in the major heap.Jacques-Henri Jourdan2019-05-091-3/+4
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-0/+558