summaryrefslogtreecommitdiff
path: root/runtime/caml/minor_gc.h
Commit message (Expand)AuthorAgeFilesLines
* Decouple major slice from minor GCsKC Sivaramakrishnan2022-12-131-0/+7
* Move `Is_young` back to `<caml/address_class.h>` and export itXavier Leroy2022-09-221-0/+1
* Make the Field macro a volatile access (#11255)KC Sivaramakrishnan2022-07-111-2/+2
* Remove loop in Alloc_smallGuillaume Munch-Maccagnoni2022-06-081-1/+3
* Use void args, remove unused features.KC Sivaramakrishnan2021-12-301-3/+3
* fix check-typoAlpha DIALLO2021-11-051-2/+2
* fix check-typoAlpha DIALLO2021-11-051-1/+3
* adding minor_gc globals(caml_young_alloc_start and caml_young_alloc_end) for ...Alpha DIALLO2021-11-051-0/+2
* runtime: move caml_young* globals to minor_gc.hEnguerrand Decorne2021-07-161-0/+6
* Move our usage of inline to Caml_inline (to align with upstream ocaml)Tom Kelly2021-06-161-2/+2
* remove addrmap.h from places it is never usedTom Kelly2021-06-141-1/+0
* Make struct domain internal to domain.cTom Kelly2021-06-101-4/+2
* Merge commit 'df64b46a7c0095d8dc27dfcf70c486454560a259' into parallel_minor_g...Tom Kelly2021-03-051-1/+5
|\
| * Guard most of minor_gc.h with CAML_INTERNALSDavid Allsopp2020-09-041-1/+5
| * caml_gc_dispatch doesn't need exportingDavid Allsopp2020-09-041-2/+2
| * Add missing caml_ prefix in minor_gc.hDavid Allsopp2020-09-041-1/+1
| * Replace static inline with Caml_inlineDavid Allsopp2020-02-111-3/+3
| * Statmemprof support for native allocations (incl. Comballoc)Stephen Dolan2020-01-251-0/+6
* | Merge commit '646d30404e6b5fa0d49aea3860cbf4efe3910601' into parallel_minor_g...Tom Kelly2021-02-261-0/+1
|\ \ | |/
| * Merge pull request #9253 from Octachron/easier_compatGabriel Scherer2020-01-211-3/+15
* | Merge pull request ocaml-multicore/ocaml-multicore#374 from ctk21/force_major...KC Sivaramakrishnan2020-07-291-1/+1
|\ \
| * | Split empty minor heap into a variant that requests a major slice and the STW...Tom Kelly2020-07-211-1/+1
* | | removal of dead bits of read_barrier and caml_promoteTom Kelly2020-07-101-2/+0
|/ /
* | Remove caml_domain_alone from get_header_val and make return type header_t fo...Tom Kelly2020-06-191-1/+1
* | Merge commit '8bba22287bcd68d8ee1a95265796ea945739a302' into parallel_minor_g...Tom Kelly2020-04-301-3/+0
|\ \
| * | Harmonize commentsFlorian Angeletti2020-01-211-0/+1
| * | Runtime: move back caml_* compatibility macrosFlorian Angeletti2020-01-151-3/+14
| |/
| * [minor] When calling gc_dispatch directly, avoid setting caml_something_to_doGuillaume Munch-Maccagnoni2019-10-161-0/+1
* | Merge commit '5ad64306d36755b600f2556805effb73627508c8' into parallel_minor_g...Tom Kelly2020-04-281-1/+3
|\ \ | |/
| * Propagate Caml_state_fieldDavid Allsopp2019-08-241-1/+3
| * Remove a level of indirection for accessing minor tables from Caml_state.KC Sivaramakrishnan2019-08-231-7/+1
| * Various minor heap pointers moved to domain stateKC Sivaramakrishnan2019-08-231-12/+12
| * young_ptr and young_limit are now in domain stateKC Sivaramakrishnan2019-08-231-1/+0
* | Merge commit '1435a6a6a279dff1fbb81a92a828a2e1ee50922e' into parallel_minor_g...Tom Kelly2020-04-071-40/+36
|/
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-0/+120