summaryrefslogtreecommitdiff
path: root/runtime/array.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '10561873487c185c0727f08b26706226dbb1a7b6' into parallel_minor_g...Tom Kelly2021-03-021-5/+7
|\
| * Rewrite the instrumented runtime to store traces in the CTF format.Enguerrand Decorne2020-04-301-1/+2
| * Resource-safe C interface for async callbacksGuillaume Munch-Maccagnoni2019-10-171-5/+7
| * [minor] When calling gc_dispatch directly, avoid setting caml_something_to_doGuillaume Munch-Maccagnoni2019-10-161-2/+1
| * Separate caml_check_urgent_gc back into GC actions and async callbacksGuillaume Munch-Maccagnoni2019-10-151-8/+9
| * Remove a level of indirection for accessing minor tables from Caml_state.KC Sivaramakrishnan2019-08-231-1/+1
| * Make depend. Fix reference to ref table.KC Sivaramakrishnan2019-08-231-1/+2
* | replace Field_imm with FieldSudha Parimala2021-01-181-4/+4
* | refactor minor heaps allocationEnguerrand Decorne2020-11-271-2/+2
* | Merge commit '430c20bb7812a4612101b4ed2f112e14fb2d1aee' into parallel_minor_g...Tom Kelly2020-04-271-0/+27
|\ \ | |/
| * A new runtime primitive for Array.fill (#8716)Alain Frisch2019-07-161-0/+42
* | Merge commit '0d9a97365b6b74469f9f6fd38755ce2825a7c4ad' into parallel_minor_g...Tom Kelly2020-04-241-2/+5
|\ \ | |/
| * No need to call [caml_initialize] in [caml_make_vect], since we make sure the...Jacques-Henri Jourdan2019-05-051-11/+11
* | Merge commit '6bbb913693037275c84d26e8a5d285e102272a39' into parallel_minor_g...Tom Kelly2020-04-121-18/+24
|\ \ | |/
| * Fix caml_make_float_vect (#2183)Damien Doligez2018-12-281-12/+17
* | Merge commit '1435a6a6a279dff1fbb81a92a828a2e1ee50922e' into parallel_minor_g...Tom Kelly2020-04-071-128/+45
|/
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-0/+586