b1d2ae6f19
xo-gc stack: refactor + streamline.
...
Retiring unused Collector typealiases.
Fix #include topology.
Fix/improve write barrier setup.
2026-05-02 13:49:29 -04:00
e04fbda824
xo-gc: bugfixes for GCObjectStore, unit test exapnded
...
In particular: drop casual assignment to DList.rest_,
will break acyclic assumption of DList.size()
2026-04-11 16:51:52 -04:00
a6d23ddb83
xo-gc: retire Collector.forward_inplace + mock x-gc utest
...
W/ MockCollector supporting AGCObjectVisitor facet
2026-04-07 21:16:55 -04:00
d7c2ae295a
xo-gc: cosmetic: rename xo::mm::role -> xo::mm::Role
2026-04-06 23:33:05 -04:00
fefb15fbad
refactor: void return type for Collector.forward_children()
2026-04-04 16:54:46 -04:00
5e46a1a1ad
xo-alloc2: nit: RCollector.std_copy_for returns T*
...
was returning void*
2026-04-04 16:30:20 -04:00
94737e1efc
xo-alloc2: minor streamline RCollector.std_copy_for
...
For consistency with equivalent RAllocator version
2026-04-04 15:00:05 -04:00
ea734fb3f4
xo-gc stack: + ACollector.shallow_copy()
2026-04-03 18:33:09 -04:00
47b0a56830
xo-alloc2: tidy: generation.hpp -> Generation.hpp
2026-04-03 00:04:34 -04:00
c91fc4fbed
xo-procedure2 stack: + report-gc-object-ages() primitive
2026-03-30 14:51:51 -04:00
909c1e485a
xo-gc stack: + gc-location-of() primitive
2026-03-29 19:47:15 -04:00
b8e7ff8b7a
xo-gc stack: + gc-report-object-types() primitive
2026-03-29 17:19:23 -04:00
e3cd18955d
xo-gc: use DArenaVector for DX1Collector.object_types_
...
Original implementation predated DArenaVector,
using it is more natural
2026-03-29 15:17:31 -04:00
3a263d7f98
xo-gc stack: + request-gc-statistics() primitive
...
1. xo-gc now depends on xo-object2.
2. use genfacet for ICollector_DX1Collector
3. moves xo-gc utest previously in xo-object2 to more natural
location in xo-gc/
2026-03-29 13:44:19 -04:00
53afef9626
xo-gc stack: genfacet for Collector + facet registry bugfix
2026-03-27 22:33:21 -04:00