index
:
delta/ocaml.git
3.08
3.09
3.10
3.11
3.12
4.00
4.00-with-binannot
4.01
4.02
4.03
4.04
4.05
4.06
4.07
4.08
4.09
4.10
4.11
4.12
4.13
4.14
5.0
5.1
FSF
MPR7048
MPR7609
MPR7609-continued
MPR7638
MPR7642
PR7042
abstract-new
abstract_intel_emit
abstract_x86_asm
afrisch_fix_reachable_words
afrisch_fix_stdlib_makefile_windows
annot-from-lambda
arm-literals
arm64
ast_rewriter
atomic_write_cmi
attributes
autofocus
backend-optims
big-marshal
binary-annot
binary-compat
build-with-debugging-informations
cc-optim
cducetrunk
class-with-type
cmm-mach-types
constructors_with_record
constructors_with_record2
constructors_with_record3
constructors_with_record4
constructors_with_record5
contracts
contracts-3.11
contribution_workflow
delegate
deprecated_optional_arguments
disable_unused_warnings_for_print_types
doc2attr
doc_windows_unicode
dothat
dwarf
dynamic_loading
dynamics
dyntypes
enter-mod-decl
ephemeron
exception_registration
execvpe
expoly
extension_points
fastclass
faster-testsuite
fix-32bit-warning
fix-getwd-use
fix_7657
fix_7680
fix_7682
fix_large_file_lseek_windows
fix_mingw
fix_ocamllex
fixedtypes
flambda
flambda_trunk
fmu
fstclassmod
fstclassmod_parametrized
gadt-warnings
gadts
gadts-devel
gadts-devel-lenormand
gcaml
gcaml3
gcaml3090
gcaml3101
ground_coercion
hex-float
hidden_args
implicit-subtyping
implicit-unpack
implicits
improve-PIC-and-PIE
improve_arg_read_arg
inline-more
inplace_let
ios-support
jo311
jo312
jo400
jo401
jocamltrunk
jocamltrunk+cduce
labltk
let_open_in_classes
letopen
letopenin
lightlabels
located_errors
m7100_gc_when_many_custom_blocks_in_minor_heap
map_file_omission
mark_expansive
master
menubars
merge_sig_str
metadata
minus-camlp4
mltk
module-alias
module_of_module_type
moduletypeof
monadic_let
more_unboxing
multimatch
namespaces
natdynlink
new-test-framework
newfunsyntax
newoolab
newoolab2
newoolabmult
newsysthreads
newtypein
no_internal_deprecation
non-vanishing
objvariants
ocaml-binannot
ocaml2
ocamldebug_g
ocamlmode
olabl
open_types
opt_backtrace
override
overridemethod
poly_meth
poly_meth2
polyrec
ppc64
pr/1866
pr7591
pr7661-again
pr8891
pr8908
pr8934
private_abbrevs
raise_variants
record-disambiguation
recursive_modules
remove-libnum
remove_spurious_semi_colons
resurrect-cygwin64-review-base
revert-1377-ocamldep_nested_include_fix
safe-string
short-paths
short-paths-4.01
sigsubst
simplify_duplicate_ident_optim
sse2
static_exceptions
strict_labels
stripped-ocaml
test_for_self_review
tests_asmcomp_revised
tmp-merging-3.12.1
treematch
trunk
unlabeled-1.1.2
unlabeled-1.2.2
unlabeled-1.3.2
unused_declarations
user-defined-indexing-operators
variants303
varunion
warning_attribute_on_type_exprs
win32
win32-rename
win32-sockets
with-frame-pointers
github.com: ocaml/ocaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
startup_byt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide ocamlrund event trace with -events
Richard L Ford
2023-03-13
1
-0
/
+4
*
Add optional ZSTD compression to marshaled data
Xavier Leroy
2023-02-26
1
-0
/
+6
*
Fix #11287 by cleaning up "reserved header bits" in the runtime (#11872)
Nick Barnes
2023-01-22
1
-7
/
+1
*
Fix "ocamlrun -b" crash (#11824)
Florian Angeletti
2022-12-21
1
-1
/
+1
*
runtime: remove caml_params.verb_gc and only use caml_verb_gc from now on
Enguerrand Decorne
2022-11-14
1
-1
/
+1
*
Refactor the management of caml_state to better accommodate macOS and MinGW
Xavier Leroy
2022-10-10
1
-6
/
+0
*
Consistent call order for initial minor gc
David Allsopp
2022-09-01
1
-3
/
+4
*
Remove duplicate calls in caml_startup_code_exn
David Allsopp
2022-09-01
1
-4
/
+0
*
Initialise signals and interpreter consistently
David Allsopp
2022-09-01
1
-2
/
+3
*
Revised deallocation of alternate signal stack
Xavier Leroy
2022-08-27
1
-1
/
+9
*
Merge pull request #11356 from xavierleroy/dont-lock-unmanaged-channels
Xavier Leroy
2022-07-01
1
-2
/
+0
|
\
|
*
Remove unnecessary locking on I/O channels created and used from C
Xavier Leroy
2022-06-23
1
-2
/
+0
*
|
__STDC_SECURE_LIB__ not needed for VS 2008+
David Allsopp
2022-06-28
1
-3
/
+3
|
/
*
Rename the two Windows unicode C functions
David Allsopp
2022-06-13
1
-2
/
+2
*
Runtime_events tracing system
Sadiq Jaffer
2022-05-24
1
-3
/
+11
*
Add missing locking around I/O operation in startup_byt.c (#11051)
Guillaume Munch-Maccagnoni
2022-02-23
1
-3
/
+4
*
restore do_print_config for '-config' option in startup_byt.c
Tom Kelly
2022-01-07
1
-1
/
+70
*
Move bytecode only startup code out of startup_aux.c and into startup_byt.c
Tom Kelly
2022-01-07
1
-5
/
+114
*
Use void args, remove unused features.
KC Sivaramakrishnan
2021-12-30
1
-1
/
+1
*
Add caml_init_os_params to set caml_sys_pagesize
David Allsopp
2021-12-23
1
-0
/
+2
*
make codefrag thread-safe by introducing a lock-free skiplist
Sadiq Jaffer
2021-10-25
1
-0
/
+5
*
remove usage of caml_maybe_print_stats
Tom Kelly
2021-10-20
1
-1
/
+0
*
runtime: backtrace should be enabled at domain init
Enguerrand Decorne
2021-10-19
1
-1
/
+0
*
first pass to improve the diff to startup code
Enguerrand Decorne
2021-10-19
1
-19
/
+35
*
Merge commit 'fa43873b3b38fdf4d38ea069182d28a8b7b4b47e' into 5.00
Tom Kelly
2021-10-04
1
-0
/
+2
|
\
|
*
Use build_config.h instead of -DOCAML_STDLIB_DIR
David Allsopp
2021-04-28
1
-0
/
+2
*
|
Merge commit '1037341d8cbd533209c2898e0743757189ce8f1e' into parallel_minor_g...
Tom Kelly
2021-10-01
1
-1
/
+1
|
\
\
|
|
/
|
*
Introduce caml_record_backtraces
David Allsopp
2020-09-16
1
-1
/
+1
|
*
refactor initialization code for the allocation policy
Damien Doligez
2021-03-02
1
-2
/
+2
|
*
Add profinfo, profinfo_width to ocamlrun -config
David Allsopp
2020-02-05
1
-0
/
+7
|
*
Add no_naked_pointers to ocamlrun -config
David Allsopp
2020-02-05
1
-0
/
+6
|
*
Add ocamlrun -config
David Allsopp
2020-02-05
1
-0
/
+67
|
*
Add ocamlrun -help/--help
David Allsopp
2020-02-05
1
-0
/
+23
|
*
Terminate ocamlrun argument parsing with --
David Allsopp
2020-02-04
1
-0
/
+3
|
*
Display a better error message for ocamlrun -I
David Allsopp
2020-02-04
1
-0
/
+2
|
*
Harden command-line parsing in ocamlrun
David Allsopp
2020-02-04
1
-36
/
+48
*
|
Merge commit '4822a882483ce4dbaa5eb5a3abe8903ea7beb615' into parallel_minor_g...
Tom Kelly
2021-09-28
1
-0
/
+4
|
\
\
|
|
/
|
*
OCAMLRUNPARAM=b=2 => load debuginfo
David Allsopp
2018-12-11
1
-0
/
+4
|
*
Improve error messages when loading backtrace info
David Allsopp
2018-12-11
1
-1
/
+5
*
|
Remove unnecessary inclusion of caml/version.h as this is changing on every c...
Tom Kelly
2021-06-09
1
-1
/
+0
*
|
remove caml_root API
Sudha Parimala
2021-03-26
1
-2
/
+2
*
|
Merge commit '564a92e8f18370577538ac913361e37edf8f2c95' into parallel_minor_g...
Tom Kelly
2021-03-09
1
-3
/
+10
|
\
\
|
*
|
Merge pull request #2195 from dra27/better-ulimit
Xavier Leroy
2020-11-27
1
-1
/
+9
|
|
/
*
|
Merge commit 'c10217818f22d5eab897523a52a23fdf93c482f6' into parallel_minor_g...
Tom Kelly
2021-03-05
1
-4
/
+0
|
\
\
|
|
/
|
*
Remove caml_ensure_spacetime_dot_o_is_included
David Allsopp
2020-09-14
1
-4
/
+0
*
|
Merge commit '8b3ac9bcb27a028d1d80f7ee9bab64bcc58b455a' into parallel_minor_g...
Tom Kelly
2021-03-05
1
-0
/
+2
|
\
\
|
|
/
|
*
Lock channels before doing I/O
Stephen Dolan
2020-07-27
1
-0
/
+2
*
|
Merge commit '10561873487c185c0727f08b26706226dbb1a7b6' into parallel_minor_g...
Tom Kelly
2021-03-02
1
-7
/
+3
|
\
\
|
|
/
|
*
Rewrite the instrumented runtime to store traces in the CTF format.
Enguerrand Decorne
2020-04-30
1
-0
/
+3
|
*
remove caml_init_ieee_floats() (#9506)
Hannes Mehnert
2020-04-28
1
-6
/
+0
[next]