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
/
caml
/
minor_gc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decouple major slice from minor GCs
KC Sivaramakrishnan
2022-12-13
1
-0
/
+7
*
Move `Is_young` back to `<caml/address_class.h>` and export it
Xavier Leroy
2022-09-22
1
-0
/
+1
*
Make the Field macro a volatile access (#11255)
KC Sivaramakrishnan
2022-07-11
1
-2
/
+2
*
Remove loop in Alloc_small
Guillaume Munch-Maccagnoni
2022-06-08
1
-1
/
+3
*
Use void args, remove unused features.
KC Sivaramakrishnan
2021-12-30
1
-3
/
+3
*
fix check-typo
Alpha DIALLO
2021-11-05
1
-2
/
+2
*
fix check-typo
Alpha DIALLO
2021-11-05
1
-1
/
+3
*
adding minor_gc globals(caml_young_alloc_start and caml_young_alloc_end) for ...
Alpha DIALLO
2021-11-05
1
-0
/
+2
*
runtime: move caml_young* globals to minor_gc.h
Enguerrand Decorne
2021-07-16
1
-0
/
+6
*
Move our usage of inline to Caml_inline (to align with upstream ocaml)
Tom Kelly
2021-06-16
1
-2
/
+2
*
remove addrmap.h from places it is never used
Tom Kelly
2021-06-14
1
-1
/
+0
*
Make struct domain internal to domain.c
Tom Kelly
2021-06-10
1
-4
/
+2
*
Merge commit 'df64b46a7c0095d8dc27dfcf70c486454560a259' into parallel_minor_g...
Tom Kelly
2021-03-05
1
-1
/
+5
|
\
|
*
Guard most of minor_gc.h with CAML_INTERNALS
David Allsopp
2020-09-04
1
-1
/
+5
|
*
caml_gc_dispatch doesn't need exporting
David Allsopp
2020-09-04
1
-2
/
+2
|
*
Add missing caml_ prefix in minor_gc.h
David Allsopp
2020-09-04
1
-1
/
+1
|
*
Replace static inline with Caml_inline
David Allsopp
2020-02-11
1
-3
/
+3
|
*
Statmemprof support for native allocations (incl. Comballoc)
Stephen Dolan
2020-01-25
1
-0
/
+6
*
|
Merge commit '646d30404e6b5fa0d49aea3860cbf4efe3910601' into parallel_minor_g...
Tom Kelly
2021-02-26
1
-0
/
+1
|
\
\
|
|
/
|
*
Merge pull request #9253 from Octachron/easier_compat
Gabriel Scherer
2020-01-21
1
-3
/
+15
*
|
Merge pull request ocaml-multicore/ocaml-multicore#374 from ctk21/force_major...
KC Sivaramakrishnan
2020-07-29
1
-1
/
+1
|
\
\
|
*
|
Split empty minor heap into a variant that requests a major slice and the STW...
Tom Kelly
2020-07-21
1
-1
/
+1
*
|
|
removal of dead bits of read_barrier and caml_promote
Tom Kelly
2020-07-10
1
-2
/
+0
|
/
/
*
|
Remove caml_domain_alone from get_header_val and make return type header_t fo...
Tom Kelly
2020-06-19
1
-1
/
+1
*
|
Merge commit '8bba22287bcd68d8ee1a95265796ea945739a302' into parallel_minor_g...
Tom Kelly
2020-04-30
1
-3
/
+0
|
\
\
|
*
|
Harmonize comments
Florian Angeletti
2020-01-21
1
-0
/
+1
|
*
|
Runtime: move back caml_* compatibility macros
Florian Angeletti
2020-01-15
1
-3
/
+14
|
|
/
|
*
[minor] When calling gc_dispatch directly, avoid setting caml_something_to_do
Guillaume Munch-Maccagnoni
2019-10-16
1
-0
/
+1
*
|
Merge commit '5ad64306d36755b600f2556805effb73627508c8' into parallel_minor_g...
Tom Kelly
2020-04-28
1
-1
/
+3
|
\
\
|
|
/
|
*
Propagate Caml_state_field
David Allsopp
2019-08-24
1
-1
/
+3
|
*
Remove a level of indirection for accessing minor tables from Caml_state.
KC Sivaramakrishnan
2019-08-23
1
-7
/
+1
|
*
Various minor heap pointers moved to domain state
KC Sivaramakrishnan
2019-08-23
1
-12
/
+12
|
*
young_ptr and young_limit are now in domain state
KC Sivaramakrishnan
2019-08-23
1
-1
/
+0
*
|
Merge commit '1435a6a6a279dff1fbb81a92a828a2e1ee50922e' into parallel_minor_g...
Tom Kelly
2020-04-07
1
-40
/
+36
|
/
*
Merge the asmrun and byterun directories into the runtime directory
Sébastien Hinderer
2018-06-28
1
-0
/
+120