Changes
origin/trunk-#5393 (Jul 24, 2025, 10:58:32 PM)
- Extend parsetree to distinguish between `(module M : S)` and `(module M) : (module S)` — samuel.aime.vivien / githubweb
- Changes — samuel.aime.vivien / githubweb
origin/trunk-#5392 (Jul 24, 2025, 7:08:01 AM)
- domain.c: fix `stw_resize_minor_heaps_reservation`. — gabriel.scherer / githubweb
origin/trunk-#5391 (Jul 23, 2025, 5:51:44 PM)
- use No_scan_tag and NOT_MARKABLE to indicate free block — sadiq / githubweb
- change shared pools heap representation to indicate contiguous free ranges — sadiq / githubweb
- add prefetching — sadiq / githubweb
- add Changes — sadiq / githubweb
- actually prefetch a page ahead — sadiq / githubweb
- restore split asserts — sadiq / githubweb
- clarify comment in verify_pool — sadiq / githubweb
- fix bug in compaction — sadiq / githubweb
- write Debug_free_major in to newly initialised pools — sadiq / githubweb
- fix bug in pool_finalise — sadiq / githubweb
- simplify macro — sadiq / githubweb
- Update runtime/shared_heap.c — sadiq / githubweb
- Update runtime/shared_heap.c — sadiq / githubweb
- restore atomic header read — sadiq / githubweb
- make note about GC pacing logic — sadiq / githubweb
- Update runtime/shared_heap.c — sadiq / githubweb
- wh -> Whsize_hd — sadiq / githubweb
- always update the pointer in the last free block — sadiq / githubweb
- revert all_used annotation — sadiq / githubweb
- use POOL_FIRST_BLOCK — sadiq / githubweb
origin/trunk-#5390 (Jul 23, 2025, 1:13:04 PM)
- [minor] domain.c: reorder domain_self and heap-reservation variables — gabriel.scherer / githubweb
- [minor] domain.c: reorder domain_create — gabriel.scherer / githubweb
origin/trunk-#5389 (Jul 23, 2025, 12:53:22 PM)
- Minor heap reservation: change the terminology — gabriel.scherer / githubweb
- review: use 'arena' for the (committed) minor heap space — gabriel.scherer / githubweb
- self-review: solidify two separate comments on minor heap layout — gabriel.scherer / githubweb
origin/trunk-#5388 (Jul 23, 2025, 12:43:57 PM)
- runtime/domain.c: add a category of 'parked' stw_domains — gabriel.scherer / githubweb
origin/trunk-#5387 (Jul 22, 2025, 2:10:00 PM)
- bookkeeping: update release info — Florian Angeletti / githubweb
origin/trunk-#5386 (Jul 22, 2025, 2:12:01 AM)
- minor gc: more consistent memprof logging — gabriel.scherer / githubweb
origin/trunk-#5385 (Jul 21, 2025, 10:57:27 PM)
- Fix dependency generation when tools are disabled — david.allsopp / githubweb
- Fix generation of config.status for dynlink — david.allsopp / githubweb
- Don't generate ocamltest_config.ml when not needed — david.allsopp / githubweb
- Correct ocamltest-manual — david.allsopp / githubweb