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
/
byterun
/
gc_ctrl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore 32bit compilation (#1295)
David Allsopp
2017-08-29
1
-3
/
+5
*
Fix several printf format string issues
Olivier Andrieu
2017-08-14
1
-23
/
+36
*
Align assertions with the rest of the code
Sébastien Hinderer
2017-03-31
1
-1
/
+2
*
Assertions cleanup
Sébastien Hinderer
2017-03-13
1
-40
/
+42
*
fix caml_alloc_sprintf invocation in caml_runtime_parameters
Olivier Andrieu
2017-03-01
1
-3
/
+3
*
PR#7378: Manual major GC fails to compact the heap
Damien Doligez
2016-12-14
1
-1
/
+1
*
Merge #562: Add a kind of finalisation function called without argument
Damien Doligez
2016-08-01
1
-0
/
+4
|
\
|
*
Fix finalise_last value not moved to major heap
François Bobot
2016-07-09
1
-0
/
+4
*
|
Install all include files, and access internals with CAML_INTERNALS
Fabrice Le Fessant
2016-07-12
1
-1
/
+3
|
/
*
Add caml_gc_minor_words primitive
Pierre Chambart
2016-05-12
1
-0
/
+12
*
Merge tag 4.03.0 into trunk.
Damien Doligez
2016-04-28
1
-1
/
+0
*
Typo in gc_ctrl.c
hhugo
2016-03-28
1
-1
/
+2
*
Remove dead code related to old MMAP_INTERVAL
Jacques-Henri Jourdan
2016-03-07
1
-2
/
+0
*
Update headers for the new license.
Damien Doligez
2016-02-18
1
-12
/
+14
*
add comments
Damien Doligez
2015-12-21
1
-0
/
+1
*
GC latency improvements
Damien Doligez
2015-12-21
1
-12
/
+139
*
whitespace cleanup, cut long lines, add some missing headers
Damien Doligez
2015-09-11
1
-2
/
+3
*
Fix call to undeclared function "caml_ml_enable_runtime_warnings" in startup_...
Xavier Leroy
2015-08-04
1
-0
/
+13
*
PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...
Gabriel Scherer
2014-12-27
1
-12
/
+12
*
more cleanup of char * and sizes
Damien Doligez
2014-12-24
1
-10
/
+8
*
fix type errors (warnings) reported by the C compiler
Damien Doligez
2014-12-16
1
-2
/
+1
*
Start tidying up the runtime:
Damien Doligez
2014-12-12
1
-21
/
+24
*
PR#6539: don't divide caml_major_heap_increment by the word size
Jérémie Dimino
2014-09-03
1
-1
/
+1
*
fix major performance problem on large heaps by making the heap increment pro...
Damien Doligez
2014-02-20
1
-19
/
+30
*
Merge branch 4.01 from branching point to 4.01.0+rc1
Damien Doligez
2013-09-04
1
-1
/
+1
*
Fix several C compiler warnings.
Benedikt Meurer
2012-12-29
1
-1
/
+8
*
remove all $Id keywords
Damien Doligez
2012-10-15
1
-2
/
+0
*
merge changes from 4.00 branching to 4.00.0 (part 1)
Damien Doligez
2012-07-26
1
-14
/
+6
*
More renaming to OCaml
Damien Doligez
2012-02-10
1
-1
/
+1
*
renaming of Objective Caml to OCaml and cleanup of copyright headers
Damien Doligez
2011-07-27
1
-1
/
+1
*
merge changes from 3.12.0 to 3.12.1
Damien Doligez
2011-07-20
1
-1
/
+6
*
- Refactoring of otherlibs/systhreads
Xavier Leroy
2010-04-27
1
-2
/
+8
*
merge changes from release/3.11.1 to release/3.11.2
Damien Doligez
2010-01-20
1
-1
/
+1
*
inconsistency reported by Basile
Damien Doligez
2009-11-04
1
-1
/
+1
*
merge changes from 3.10.2merged to 3.11.0
Damien Doligez
2008-12-03
1
-3
/
+23
*
better anti-fragmentation measures
Damien Doligez
2008-02-29
1
-4
/
+0
*
merge changes 3.10.0 -> 3.10.1
Damien Doligez
2008-01-11
1
-3
/
+6
*
PR#4448: replace dense page table by sparse hash table.
Xavier Leroy
2008-01-03
1
-0
/
+1
*
Remplacement long/unsigned long par intnat/uintnat
Xavier Leroy
2005-09-22
1
-34
/
+35
*
fusion des changements jusqu'a 3.08.3
Damien Doligez
2005-03-24
1
-0
/
+19
*
unused variables en mode debug
Damien Doligez
2004-07-09
1
-10
/
+0
*
appeler les fonctions de finalisation apres compactage
Damien Doligez
2004-04-15
1
-0
/
+1
*
ajout Gc.quick_stat
Damien Doligez
2004-01-30
1
-0
/
+36
*
suppression du support Mac OS 9
Damien Doligez
2004-01-08
1
-5
/
+1
*
depollution suite (et fin?) (PR#1914 et PR#1956)
Damien Doligez
2004-01-02
1
-44
/
+45
*
depollution suite (PR#1914, PR#1956)
Damien Doligez
2003-12-31
1
-53
/
+53
*
depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suite
Damien Doligez
2003-12-29
1
-21
/
+23
*
retombee du PR#1495 : suppression de Heap_chunk_max
Damien Doligez
2002-12-15
1
-1
/
+0
*
PR#1495
Damien Doligez
2002-12-12
1
-0
/
+3
*
petite discrepance byte/word
Damien Doligez
2002-11-15
1
-1
/
+1
[next]