d66affcd1e
xo-gc: utest: fix test regressions
CI / smoke-test (push) Successful in 2m23s
2026-05-29 09:04:48 -04:00
6583fff677
xo-gc stack: many small utest improvements.
2026-05-17 12:30:09 -04:00
ff0d256e97
xo-gc: address some coverage loose ends
2026-05-13 08:14:58 -04:00
eea239d6ad
xo-gc stack: coverage improvement + related tidying
2026-05-11 09:27:24 -04:00
002c94d02e
xo-alloc2 xo-gc: assorted utest-guided cleanup ++ coverage
2026-05-10 18:19:41 -04:00
8459c883f1
xo-alloc2: tidy for ++ utest coverage
2026-05-08 08:19:31 -04:00
b64940fa0a
xo-gc stack: fix mutation setup + xo-reader2 utest
2026-05-07 23:44:32 -04:00
3625758272
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
f7ab6beff0
refactor focusing on xo-alloc2/ xo-gc/ write-barrier
...
ability to inform allocator of gco->gco mutation, via AAllocator i/face.
2026-05-01 19:54:26 -04:00
f79e44a2b9
xo-object2: obj<ACollector> argument to DArray::push_back()
2026-04-28 23:17:00 -04:00
e9a5bea66e
xo-gc: minor debug output
2026-04-25 20:32:29 -04:00
cc630011e1
xo-gc: utest: support assign_root
...
This is so we can generate garbage
2026-04-25 20:06:15 -04:00
ca5fba6534
xo-gc: utest w/ DInteger
2026-04-25 19:30:17 -04:00
9df65251d0
xo-gc: bugfixes. xo-gc utests pass.
2026-04-25 15:50:08 -04:00
65698f9dbe
xo-gc: refactor for MutationLogStore bugs [TESTFAIL]
2026-04-24 21:24:02 -04:00
e985a7e59a
xo-gc: bugfixes + seq3 mlog utest
2026-04-19 21:20:38 -04:00
abc3516309
xo-gc: utest: + 2nd gc cycle for mlog test
2026-04-19 20:44:31 -04:00
bb2710b489
xo-gc: utest: tidy sanitize flag
2026-04-19 19:59:08 -04:00
20d886d3d6
xo-gc: bugfix + mutation log test passes
2026-04-19 19:57:49 -04:00
eb722c9048
xo-gc: utest: mutation log tests
2026-04-19 15:13:13 -04:00
5463076add
xo-gc: utest: move remaining aux fns to GcosTestutil.*pp
2026-04-18 00:26:51 -04:00
a7e155439a
xo-gc: utest: move gcos_verify_gen0_fromspace_only_allocation -> *pp
2026-04-18 00:18:54 -04:00
ef4a943f0e
xo-gc: utest: promote aux helpers to GcosTestutil.*pp
2026-04-17 07:58:22 -04:00
350b9318b2
xo-gc: utest: + missed GcosTestUtil.*pp
2026-04-16 20:57:17 -04:00
e41f781774
xo-gc: utest: moving test util code to shared GcosTestUtil.*pp
2026-04-16 20:01:55 -04:00
e9b1b53516
xo-gc: utest: + MutationLogStore.test.cpp
2026-04-12 21:06:50 -04:00
e9433c3f66
xo-gc: utest: verify no alloc errors
2026-04-12 19:54:49 -04:00
1204f595a6
xo-gc: utest: expand to multi-cycle utests
2026-04-12 19:42:02 -04:00
83ed22402d
xo-gc: utest: scaffold for multiple gc loops
2026-04-12 16:15:28 -04:00
8e18859413
xo-gc: utest: move GCObjectStore into GcosFixture
2026-04-12 15:53:20 -04:00
0d451c8b50
xo-gc: utest: move X1VerifyStats into GcosFixture
2026-04-12 15:45:12 -04:00
2d149ced0d
xo-gc: tidy: + Generation methods .g0(), .g1()
...
Use in GCObjectStore.test.cpp
2026-04-12 15:42:49 -04:00
456ea4dbb9
xo-gc: refactor: demote GCObjectVisitor to GCObjectStore
...
No longer needed by DX1Collector
Also retires utest/MockCollector
2026-04-12 14:54:38 -04:00
f09ec770aa
xo-gc: utest: refactor for modularity
2026-04-11 19:02:05 -04:00
d0cb7437de
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
4d23eeef40
xo-gc: refactor: migrate verify impl DX1Collector -> GCObjectStore
2026-04-10 20:32:55 -04:00
ec639ebb4b
xo-interpreter2 stack: + reason arg to visit_gco_children()
...
Helps streamline DX1Collector in xo-gc/.
Want both forward and verify entry points for the same
representation.
2026-04-10 01:10:03 -04:00
7a1b1b5cd3
xo-gc: utest: minor improvements for coverage
2026-04-09 21:30:52 -04:00
7988f92ed7
+ xo-gc: utest: + README.md
2026-04-09 19:30:58 -04:00
c19171fb8b
xo-gc: utest: fairly comprehensive GCObjectStore utest
...
Generative!
2026-04-09 19:12:41 -04:00
8f2c67ee4a
xo-gc: retire Collector.forward_inplace + mock x-gc utest
...
W/ MockCollector supporting AGCObjectVisitor facet
2026-04-07 21:16:55 -04:00
e6036946bd
xo-gc: scaffold utest for GCObjectStore
2026-04-07 11:44:02 -04:00
10e61a1d78
xo-gc: cosmetic: rename xo::mm::role -> xo::mm::Role
2026-04-06 23:33:05 -04:00
a969b863eb
xo-gc: refactor: move X1 object storage to new cls GCObjectStore.
2026-04-02 18:55:46 -04:00
70e6d3a5bc
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
1dd3a6543f
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
04fc5250fd
xo-gc: generation -> Generation + bugfix idle test
2026-03-26 11:30:16 -04:00
734be2748e
xo-gc: X1Collector.assign_member() + GCRoots + use ArenaVector
...
Using ArenaVector for mlog.
2026-03-24 22:06:20 -04:00
0023831e4c
xo-reader2 stack: + TypeRegistry
2026-02-15 22:57:15 -05:00
756e8a94cf
xo-interpreter2: work towards utest w/ vsm+reader [WIP]
2026-02-01 22:12:28 -05:00