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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #9753 from EduardoRFS/trunk-android
Xavier Leroy
2020-07-22
2
-1
/
+3
|
\
|
*
check if shmat is available to use afl
EduardoRFS
2020-07-17
2
-1
/
+3
*
|
hash.c: remove the caml_hash_univ_param function
Xavier Leroy
2020-07-19
1
-142
/
+2
*
|
Merge pull request #9780 from yallop/remove-unused
Xavier Leroy
2020-07-19
3
-37
/
+0
|
\
\
|
*
|
Remove some unused primitives
Jeremy Yallop
2020-07-18
3
-37
/
+0
|
|
/
*
|
Represent eventlog_startup_pid as long int
Antonin Décimo
2020-07-17
2
-3
/
+3
*
|
Fix invalid format specifiers
Antonin Décimo
2020-07-17
2
-2
/
+2
*
|
Fix UB when left-shifting a negative value
Antonin Décimo
2020-07-17
2
-2
/
+2
|
/
*
The best-fit allocator must prepare the heap for compaction. Fixes #9736
Damien Doligez
2020-07-15
3
-16
/
+62
*
Merge pull request #9551 from nojb/microbfd
Xavier Leroy
2020-07-14
1
-2
/
+0
|
\
|
*
Remove integration with libbfd
Nicolás Ojeda Bär
2020-07-02
1
-2
/
+0
*
|
Simplified compaction without page table (#9728)
Damien Doligez
2020-07-13
3
-187
/
+121
*
|
Merge pull request #9744 from yallop/remove-follow_forward
Jeremy Yallop
2020-07-08
1
-12
/
+2
|
\
\
|
*
|
Remove caml_lazy_follow_forward (unused since 666cb14a)
Jeremy Yallop
2020-07-07
1
-12
/
+2
*
|
|
Merge pull request #9541 from Engil/instrumented_runtime_manual
Florian Angeletti
2020-07-08
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
instrumented runtime: change environment variable from OCAML_EVENTLOG_FILE to...
Enguerrand Decorne
2020-07-08
1
-3
/
+3
*
|
|
Get rid of dead code that was introduced for an hypothetical JIT (#9710)
Jacques-Henri Jourdan
2020-07-05
6
-108
/
+2
*
|
|
Add a terminator to the domain_state
Antonin Décimo
2020-06-29
1
-3
/
+3
*
|
|
Use the alignas C++ keyword when compiling in C++
Antonin Décimo
2020-06-29
1
-0
/
+2
|
|
/
|
/
|
*
|
Merge pull request #9670 from lpw25/stat-full-major-collections
Leo White
2020-06-26
5
-2
/
+16
|
\
\
|
*
|
Report full major collections in Gc stats
Leo White
2020-06-25
5
-2
/
+16
*
|
|
dune: depend on new runtime files
Thomas Refis
2020-06-24
1
-0
/
+1
|
/
/
*
|
Is_in_static_data is not available in no-naked-pointers mode
Xavier Leroy
2020-06-23
1
-2
/
+2
*
|
Replace some uses of Is_in_heap with !Is_young
Xavier Leroy
2020-06-23
2
-15
/
+21
*
|
Is_in_heap_or_young is always true in no-naked-pointers mode
Xavier Leroy
2020-06-23
1
-2
/
+7
*
|
weak.[ch]: use Is_in_value_area instead of Is_in_heap_or_young.
Xavier Leroy
2020-06-23
2
-3
/
+3
*
|
Remove some `#ifndef NO_NAKED_POINTERS` that are now redundant
Xavier Leroy
2020-06-23
3
-19
/
+6
*
|
Is_in_value_area is always true in no-naked-pointers mode
Xavier Leroy
2020-06-23
1
-0
/
+4
*
|
Reimplement Obj.reachable_word using a hash table to detect sharing
Xavier Leroy
2020-06-22
2
-110
/
+63
*
|
Remove Is_in_code_area and registration of code in page table (#9697)
Xavier Leroy
2020-06-22
2
-9
/
+1
*
|
Merge pull request #9680 from xavierleroy/bytecode-nnp
Xavier Leroy
2020-06-21
7
-34
/
+34
|
\
\
|
*
|
interp.c: remove two assertions that cannot be checked without the page table
Xavier Leroy
2020-06-18
1
-2
/
+0
|
*
|
major_gc.c: use no-naked-pointers mode even in bytecode
Xavier Leroy
2020-06-18
1
-10
/
+4
|
*
|
Revised scanning of bytecode interpreter stack
Xavier Leroy
2020-06-18
1
-0
/
+13
|
*
|
Revised linking of trap frames in bytecode interpreter stack
Xavier Leroy
2020-06-18
4
-8
/
+5
|
*
|
callback.c: register the bytecode fragment used for callbacks
Xavier Leroy
2020-06-18
1
-14
/
+12
*
|
|
Update camlinternalMod and Obj.new_block for new closure representation (#9691)
Gabriel Scherer
2020-06-19
1
-23
/
+45
*
|
|
Adapt caml_alloc_dummy_infix to new closure representation (#9690)
Xavier Leroy
2020-06-17
2
-1
/
+16
*
|
|
Generic hashing for the new closure representation (#9648, #9689)
Xavier Leroy
2020-06-16
1
-16
/
+59
*
|
|
classify_addr.h: explain the no_naked_pointers value model (#9684)
Gabriel Scherer
2020-06-16
1
-0
/
+40
*
|
|
Signal handling in native code without the page table (#9682)
Xavier Leroy
2020-06-15
4
-29
/
+22
*
|
|
globroots.c: adapt to no-naked-pointers mode (#9683)
Xavier Leroy
2020-06-15
1
-2
/
+4
*
|
|
Add closure-info field when reifying bytecode (#9681)
Sadiq Jaffer
2020-06-14
1
-1
/
+2
|
/
/
*
|
Merge pull request #9675 from xavierleroy/no-static-alloc
Xavier Leroy
2020-06-14
1
-17
/
+0
|
\
\
|
*
|
Remove the primitive functions caml_static_{alloc,free,resize}
Xavier Leroy
2020-06-13
1
-17
/
+0
*
|
|
Merge pull request #9655 from xavierleroy/obj-bits
Xavier Leroy
2020-06-14
2
-1
/
+13
|
\
\
\
|
*
|
|
Use type Obj.raw_data to represent code pointers in the REPL trace facility
Xavier Leroy
2020-06-10
1
-1
/
+1
|
*
|
|
Add type Obj.raw_data and functions Obj.raw_field, Obj.set_raw_field
Xavier Leroy
2020-06-10
1
-0
/
+12
*
|
|
|
Merge pull request #9653 from jhjourdan/memprof_no_shutdown
Gabriel Scherer
2020-06-13
3
-19
/
+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Memprof: getting rid of caml_memprof_shutdown
Jacques-Henri Jourdan
2020-06-10
3
-19
/
+0
[next]