summaryrefslogtreecommitdiff
path: root/runtime/startup_byt.c
Commit message (Expand)AuthorAgeFilesLines
* Provide ocamlrund event trace with -eventsRichard L Ford2023-03-131-0/+4
* Add optional ZSTD compression to marshaled dataXavier Leroy2023-02-261-0/+6
* Fix #11287 by cleaning up "reserved header bits" in the runtime (#11872)Nick Barnes2023-01-221-7/+1
* Fix "ocamlrun -b" crash (#11824)Florian Angeletti2022-12-211-1/+1
* runtime: remove caml_params.verb_gc and only use caml_verb_gc from now onEnguerrand Decorne2022-11-141-1/+1
* Refactor the management of caml_state to better accommodate macOS and MinGWXavier Leroy2022-10-101-6/+0
* Consistent call order for initial minor gcDavid Allsopp2022-09-011-3/+4
* Remove duplicate calls in caml_startup_code_exnDavid Allsopp2022-09-011-4/+0
* Initialise signals and interpreter consistentlyDavid Allsopp2022-09-011-2/+3
* Revised deallocation of alternate signal stackXavier Leroy2022-08-271-1/+9
* Merge pull request #11356 from xavierleroy/dont-lock-unmanaged-channelsXavier Leroy2022-07-011-2/+0
|\
| * Remove unnecessary locking on I/O channels created and used from CXavier Leroy2022-06-231-2/+0
* | __STDC_SECURE_LIB__ not needed for VS 2008+David Allsopp2022-06-281-3/+3
|/
* Rename the two Windows unicode C functionsDavid Allsopp2022-06-131-2/+2
* Runtime_events tracing systemSadiq Jaffer2022-05-241-3/+11
* Add missing locking around I/O operation in startup_byt.c (#11051)Guillaume Munch-Maccagnoni2022-02-231-3/+4
* restore do_print_config for '-config' option in startup_byt.cTom Kelly2022-01-071-1/+70
* Move bytecode only startup code out of startup_aux.c and into startup_byt.cTom Kelly2022-01-071-5/+114
* Use void args, remove unused features.KC Sivaramakrishnan2021-12-301-1/+1
* Add caml_init_os_params to set caml_sys_pagesizeDavid Allsopp2021-12-231-0/+2
* make codefrag thread-safe by introducing a lock-free skiplistSadiq Jaffer2021-10-251-0/+5
* remove usage of caml_maybe_print_statsTom Kelly2021-10-201-1/+0
* runtime: backtrace should be enabled at domain initEnguerrand Decorne2021-10-191-1/+0
* first pass to improve the diff to startup codeEnguerrand Decorne2021-10-191-19/+35
* Merge commit 'fa43873b3b38fdf4d38ea069182d28a8b7b4b47e' into 5.00Tom Kelly2021-10-041-0/+2
|\
| * Use build_config.h instead of -DOCAML_STDLIB_DIRDavid Allsopp2021-04-281-0/+2
* | Merge commit '1037341d8cbd533209c2898e0743757189ce8f1e' into parallel_minor_g...Tom Kelly2021-10-011-1/+1
|\ \ | |/
| * Introduce caml_record_backtracesDavid Allsopp2020-09-161-1/+1
| * refactor initialization code for the allocation policyDamien Doligez2021-03-021-2/+2
| * Add profinfo, profinfo_width to ocamlrun -configDavid Allsopp2020-02-051-0/+7
| * Add no_naked_pointers to ocamlrun -configDavid Allsopp2020-02-051-0/+6
| * Add ocamlrun -configDavid Allsopp2020-02-051-0/+67
| * Add ocamlrun -help/--helpDavid Allsopp2020-02-051-0/+23
| * Terminate ocamlrun argument parsing with --David Allsopp2020-02-041-0/+3
| * Display a better error message for ocamlrun -IDavid Allsopp2020-02-041-0/+2
| * Harden command-line parsing in ocamlrunDavid Allsopp2020-02-041-36/+48
* | Merge commit '4822a882483ce4dbaa5eb5a3abe8903ea7beb615' into parallel_minor_g...Tom Kelly2021-09-281-0/+4
|\ \ | |/
| * OCAMLRUNPARAM=b=2 => load debuginfoDavid Allsopp2018-12-111-0/+4
| * Improve error messages when loading backtrace infoDavid Allsopp2018-12-111-1/+5
* | Remove unnecessary inclusion of caml/version.h as this is changing on every c...Tom Kelly2021-06-091-1/+0
* | remove caml_root APISudha Parimala2021-03-261-2/+2
* | Merge commit '564a92e8f18370577538ac913361e37edf8f2c95' into parallel_minor_g...Tom Kelly2021-03-091-3/+10
|\ \
| * | Merge pull request #2195 from dra27/better-ulimitXavier Leroy2020-11-271-1/+9
| |/
* | Merge commit 'c10217818f22d5eab897523a52a23fdf93c482f6' into parallel_minor_g...Tom Kelly2021-03-051-4/+0
|\ \ | |/
| * Remove caml_ensure_spacetime_dot_o_is_includedDavid Allsopp2020-09-141-4/+0
* | Merge commit '8b3ac9bcb27a028d1d80f7ee9bab64bcc58b455a' into parallel_minor_g...Tom Kelly2021-03-051-0/+2
|\ \ | |/
| * Lock channels before doing I/OStephen Dolan2020-07-271-0/+2
* | Merge commit '10561873487c185c0727f08b26706226dbb1a7b6' into parallel_minor_g...Tom Kelly2021-03-021-7/+3
|\ \ | |/
| * Rewrite the instrumented runtime to store traces in the CTF format.Enguerrand Decorne2020-04-301-0/+3
| * remove caml_init_ieee_floats() (#9506)Hannes Mehnert2020-04-281-6/+0