summaryrefslogtreecommitdiff
path: root/runtime/meta.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: caml_realloc_globalFlorian Angeletti2022-12-011-3/+2
* Restore basic functionality to the bytecode debugger (#11065)Damien Doligez2022-07-011-4/+0
* Use 4.12 value macros and helpers in C codeAntonin Décimo2022-03-041-4/+2
* Remove unused or redundant declarations from headersGuillaume Munch-Maccagnoni2022-02-091-2/+0
* Merge pull request ocaml-multicore/ocaml-multicore#516 from Sudha247/caml_roo...KC Sivaramakrishnan2021-03-291-3/+3
|\
| * remove caml_root APISudha Parimala2021-03-261-3/+3
* | Revert to upstream usage of raw pointers in bytecode stack, but use caml_find...Tom Kelly2021-03-221-5/+5
* | Remove Val_bytecode & Bytecode_valTom Kelly2021-03-221-1/+1
|/
* Merge commit '06162616426d8689f868ec9b150c6b6a9ba7fdb9' into parallel_minor_g...Tom Kelly2021-03-041-7/+1
|\
| * Get rid of dead code that was introduced for an hypothetical JIT (#9710)Jacques-Henri Jourdan2020-07-051-10/+1
* | Fixup bad Code_val merge when merging Closure_tagTom Kelly2021-03-031-5/+5
* | Merge commit '603506aa34d0e5f7a9745c988777776ccb734094' into parallel_minor_g...Tom Kelly2021-03-031-1/+2
|\ \ | |/
| * Add closure-info field when reifying bytecode (#9681)Sadiq Jaffer2020-06-141-1/+2
* | Merge commit '400fe3f3a20d93dbcc4669c3d17a4821ec8f99b7' into parallel_minor_g...Tom Kelly2021-03-031-1/+1
|\ \ | |/
| * Merge pull request #9655 from xavierleroy/obj-bitsXavier Leroy2020-06-141-1/+1
| |\
| | * Use type Obj.raw_data to represent code pointers in the REPL trace facilityXavier Leroy2020-06-101-1/+1
* | | Merge commit 'f333db8b0f176b1d75e6fdb46a97a78995426ed7' into parallel_minor_g...Tom Kelly2021-03-031-26/+28
|\ \ \ | |/ /
| * | More efficient management of code fragments (#9654)Xavier Leroy2020-06-111-15/+15
| |/
* | Fix malformed closures as in #9681Tom Kelly2021-03-021-1/+2
* | Merge commit '9d4679f338ae0c66de2dc16ea7d9e87c05fe6b9b' into parallel_minor_g...Tom Kelly2021-03-021-1/+2
|\ \ | |/
| * Resource-safe C interface for async callbacksGuillaume Munch-Maccagnoni2019-10-171-1/+2
| * Separate caml_check_urgent_gc back into GC actions and async callbacksGuillaume Munch-Maccagnoni2019-10-151-3/+5
| * [cleanup] Remove async_action_hookGuillaume Munch-Maccagnoni2019-10-151-2/+0
| * Better stack backtraces for C calls in bytecode (#8641)Jacques-Henri Jourdan2019-10-121-6/+8
* | replace Field_imm with FieldSudha Parimala2021-01-181-1/+1
* | Implementation of trunk PR8641 for multicoreTom Kelly2020-06-241-6/+8
* | Merge commit '5ad64306d36755b600f2556805effb73627508c8' into parallel_minor_g...Tom Kelly2020-04-281-11/+3
|\ \ | |/
| * Simplify awk scripts, fix comments and signatures.KC Sivaramakrishnan2019-08-231-1/+0
| * Move bytecode global variables to domain stateKC Sivaramakrishnan2019-08-231-11/+5
* | remove unused variable len from caml_static_release_bytecode to squish warningTom Kelly2020-04-271-2/+0
* | Merge commit '2f5a3b41c3443a80ba086b827624c336c9f391ed' into parallel_minor_g...Tom Kelly2020-04-271-27/+20
|\ \ | |/
| * Dynlink support for ocamldebugJacques-Henri Jourdan2019-07-161-27/+16
* | Merge commit '0cdb711f358010c850c1236e28180a885e0eaa65' into parallel_minor_g...Tom Kelly2020-04-271-1/+0
|\ \ | |/
| * Use [caml_something_to_do] both in native and bytecode mode to remember that ...Jacques-Henri Jourdan2019-06-061-1/+0
| * Statistical memory profiling of blocks allocated in the major heap.Jacques-Henri Jourdan2019-05-091-1/+1
* | Merge commit '1435a6a6a279dff1fbb81a92a828a2e1ee50922e' into parallel_minor_g...Tom Kelly2020-04-071-31/+27
|/
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-0/+297