summaryrefslogtreecommitdiff
path: root/runtime/caml/config.h
Commit message (Expand)AuthorAgeFilesLines
* Don't include stdbool.h systematically (#12196)Xavier Leroy2023-04-211-1/+0
* Minor readability improvements to frame descriptors (#11990)Nick Barnes2023-02-081-0/+1
* Remove uses of INT64_LITERALDavid Allsopp2022-06-281-0/+1
* Require at least Visual Studio 2008David Allsopp2022-06-281-5/+0
* Fix Stack_ctx_words setting for 32-bit platformsXavier Leroy2022-06-041-1/+5
* Add a globally unique identifier to each fiber (#11273)Fabrice2022-05-261-1/+1
* move Max_domains from config.h to domains.h under CAML_INTERNALSGabriel Scherer2022-05-251-7/+0
* Runtime_events tracing systemSadiq Jaffer2022-05-241-0/+3
* Bump default maximum stack size (#11238)Xavier Leroy2022-05-131-1/+2
* Reserve only caml_minor_heap_max_wsz * Max_domains for the minor heapSabine Schmaltz2022-03-281-6/+0
* runtime: domain initial stack size should be caml_max_stack_size if supplied ...Enguerrand Decorne2022-03-141-2/+2
* Adjust stack parameters for bytecodeXavier Leroy2022-03-011-2/+2
* Normalize the minor version number of the compiler (#11049)Sébastien Hinderer2022-02-241-1/+1
* Select smaller max minor heap size and max domains for 32-bit architecturesXavier Leroy2022-02-211-1/+5
* add option for stack allocation to use mmap(MAP_STACK)Anil Madhavapeddy2022-02-041-1/+1
* Always define CAML_NAME_SPACE (#10933)David Allsopp2022-01-301-0/+9
* removing unused OCAMLRUNPARAM parameters from code and manualsabine2022-01-131-17/+0
* Get rid of <caml/compatibility.h> (#10863)Nicolás Ojeda Bär2022-01-101-4/+0
* minor fixesKC Sivaramakrishnan2022-01-011-8/+1
* UINTNAX -> UINTNATSadiq Jaffer2021-10-251-1/+1
* add a UINTNAT_MAX to config.hSadiq Jaffer2021-10-251-0/+2
* Merge commit '5e45b2e9fa613099a334f19c95814f89ca16db7f' into parallel_minor_g...Tom Kelly2021-10-011-4/+0
|\
| * Bootstrap flexlink without partialcleanDavid Allsopp2021-05-111-4/+0
* | Merge commit '7868f7850e2a24d877d1f27cd3afe73d5bf5eef1' into parallel_minor_g...Tom Kelly2021-09-301-0/+3
|\ \ | |/
| * refactor initialization code for the allocation policyDamien Doligez2021-03-021-0/+3
* | Merge commit '3dc3cd7a4584a69d8ad4cf3c4789a9ecbe544b72' into parallel_minor_g...Tom Kelly2021-09-301-1/+1
|\ \ | |/
| * Switch the default allocation policy to best-fit. (#10188)Damien Doligez2021-02-101-1/+1
| * Define ARCH_INT64_PRINTF_FORMAT appropriatelyDavid Allsopp2020-11-301-1/+1
| * Define __USE_MINGW_ANSI_STDIO=0 for mingw-w64 (#9939)David Allsopp2020-11-271-0/+13
* | Move our usage of inline to Caml_inline (to align with upstream ocaml)Tom Kelly2021-06-161-6/+0
* | Merge commit '33e3f0eada9ad10447ed0a4f72110cc31b1a33a0' into parallel_minor_g...Tom Kelly2021-03-091-1/+1
|\ \
| * | Merge pull request #10062 from dra27/fix-mingw-lldDavid Allsopp2020-12-021-1/+1
* | | Merge commit '29e59c96acae1214ed2703b40bc3f98f2d99e875' into parallel_minor_g...Tom Kelly2021-03-091-0/+13
|\ \ \ | |/ /
| * | Define __USE_MINGW_ANSI_STDIO=0 for mingw-w64 (#9939)David Allsopp2020-11-301-0/+13
| |/
* | Merge commit '06162616426d8689f868ec9b150c6b6a9ba7fdb9' into parallel_minor_g...Tom Kelly2021-03-041-1/+1
|\ \ | |/
| * Get rid of dead code that was introduced for an hypothetical JIT (#9710)Jacques-Henri Jourdan2020-07-051-1/+1
* | Merge commit '10561873487c185c0727f08b26706226dbb1a7b6' into parallel_minor_g...Tom Kelly2021-03-021-0/+1
|\ \ | |/
| * Rewrite the instrumented runtime to store traces in the CTF format.Enguerrand Decorne2020-04-301-0/+1
* | Merge commit 'd26d37bf97c5faca36b0d5bba4378f31e8a740cc' into parallel_minor_g...Tom Kelly2021-03-011-1/+3
|\ \ | |/
| * Replace static inline with Caml_inlineDavid Allsopp2020-02-111-1/+3
* | refactor minor heaps allocationEnguerrand Decorne2020-11-271-13/+5
* | Implement fiber stack cacheTom Kelly2020-11-181-1/+1
* | Introduce exception_pointer into stack_infoTom Kelly2020-11-031-1/+1
* | global rootsSadiq Jaffer2020-10-231-0/+6
* | Merge commit '5ad64306d36755b600f2556805effb73627508c8' into parallel_minor_g...Tom Kelly2020-04-281-0/+2
|\ \ | |/
| * Introduce domain state and steal exception pointerKC Sivaramakrishnan2019-08-231-0/+4
* | Use '+dev' in VERSION to enable -Werror in C compile; fix all warnings; fix a...Tom Kelly2020-04-221-1/+1
* | Merge commit '0d2d75a0b0f951a58d2942ea8e48439653dd7d58' into parallel_minor_g...Tom Kelly2020-04-211-5/+0
|\ \ | |/
| * Remove LACKS_SANE_NAN and LACKS_VCSPRINTF.Stephen Dolan2019-04-151-5/+0
* | Merge commit 'cc3f70b705dd624b5f9ba1de92cc7f2afe5b94de' into parallel_minor_g...Tom Kelly2020-04-111-12/+32
|\ \ | |/