summaryrefslogtreecommitdiff
path: root/byterun
Commit message (Expand)AuthorAgeFilesLines
* Add caml_ext_table_clear (#625)Mark Shinwell2016-06-272-2/+10
* This commit corrects a bug in the code for generational roots:Jacques-Henri Jourdan2016-06-261-4/+4
* Merge pull request #534 from braibant/expose_caml_make_float_vectGabriel Scherer2016-06-252-0/+18
|\
| * Add a convenience function to allocate an array of floatThomas Braibant2016-05-102-0/+18
* | Expose caml_sys_time_unboxed (in private header)Mark Shinwell2016-06-201-0/+1
* | Merge pull request #589 from chambart/Gc.minor_wordsPierre Chambart2016-06-011-0/+12
|\ \
| * | Add caml_gc_minor_words primitivePierre Chambart2016-05-121-0/+12
| |/
* | Make backtraces aware of inlining (#247)Frédéric Bour2016-05-253-47/+153
|/
* Fix attributes, remove unneeded `|>`, and switch to C-style commentsDemetri Obenour2016-05-021-1/+1
* Fix comment about unused functionDemetri Obenour2016-05-021-1/+2
* Reformat and note that caml_obj_is_block is unusedDemetri Obenour2016-05-021-1/+1
* Add a primitive (exposed in Obj) to compute the total size of heap blocks acc...alainfrisch2016-05-021-0/+116
* Merge branch 'bb_sys_backend_type' of https://github.com/bloomberg/ocaml into...alainfrisch2016-05-021-0/+4
|\
| * prepare backend_type primitiveHongbo Zhang2016-04-241-0/+4
* | Merge tag 4.03.0 into trunk.Damien Doligez2016-04-287-25/+71
* | minor clarification comment in byterun/io.cGabriel Scherer2016-04-271-0/+2
|/
* Typo in gc_ctrl.chhugo2016-03-281-1/+2
* Merge remote-tracking branch 'origin/4.03' into trunkFrançois Bobot2016-03-114-860/+848
|\
| * Merge pull request #497 from jhjourdan/deadcode_MMAP_INTERVALDamien Doligez2016-03-082-34/+0
| |\
| | * Remove dead code related to old MMAP_INTERVALJacques-Henri Jourdan2016-03-072-34/+0
| * | Merge pull request #496 from jhjourdan/fix_bootstrapDamien Doligez2016-03-081-720/+848
| |\ \
| | * | * Fix coreboot target. This target calls promote, which itself nowJacques-Henri Jourdan2016-03-071-720/+848
| | |/
| * | remove double calls to caml_finalize_hookJacques-Henri Jourdan2016-03-071-2/+0
| |/
| * PR#1956 (partial): do not export marshall_flagsDamien Doligez2016-03-031-1/+2
| * Fix PR7157 (too many minor collections)Mark Shinwell2016-03-033-14/+19
| * update .depend and bootstrap compilers before releaseDamien Doligez2016-02-291-548/+444
| * tweak tools/check-typo and break more overlong linesDamien Doligez2016-02-191-1/+2
* | Correct missing header #define's in old MSVCDavid Allsopp2016-03-101-0/+6
* | Provide workaround for missing _vscprintfDavid Allsopp2016-03-101-0/+20
* | Correct floating point on old MSVCDavid Allsopp2016-03-102-16/+59
* | Fix compilation using Visual Studio .NET 2002David Allsopp2016-03-101-8/+15
* | Correctly detect _set_invalid_parameter_handlerDavid Allsopp2016-03-102-4/+4
* | GPR#324: Make boot/ocamlc read directly byterun/primitives (patch by Francois...alainfrisch2016-03-101-1/+1
* | PR#1956 (partial): do not export marshall_flagsDamien Doligez2016-03-031-1/+2
* | Fix PR7157 (too many minor collections)Mark Shinwell2016-03-033-14/+19
* | tweak tools/check-typo and break more overlong linesDamien Doligez2016-02-191-1/+2
|/
* Update headers for the new license.Damien Doligez2016-02-1898-1176/+1372
* clean up whitespace and cut long linesDamien Doligez2016-02-174-15/+15
* Protect install paths against spaces (on Windows)Christophe Troestler2016-02-102-12/+12
* instrtrace.c: gcc 4.9.3 doesn't like a char as argument toDamien Doligez2016-02-011-1/+1
* fix commit a80d536Damien Doligez2016-01-301-9/+7
* Fix for Windows following merge of GPR#22.alainfrisch2016-01-272-2/+3
* Use CAML_EPHE_*_OFFSET for better readabilityFrançois Bobot2016-01-253-20/+25
* Do cleaning less often. optimize No_naked_pointerFrançois Bobot2016-01-251-20/+55
* Check ephemerons after marking globalsFrançois Bobot2016-01-251-9/+7
* Move caml_ephe_clean to the weak.hFrançois Bobot2016-01-252-49/+49
* Add a test specifically for weak tableFrançois Bobot2016-01-251-16/+24
* [GC] shortcut in mark_ephe_aux as caml_ephe_cleanFrançois Bobot2016-01-251-19/+21
* [GC] Fix some comments and debug messageFrançois Bobot2016-01-251-4/+4
* [GC] More comments for ephemeronsFrançois Bobot2016-01-252-42/+60