Commit graph

27 commits

Author SHA1 Message Date
9e74e35c68 xo-gc: refactor: demote GCObjectVisitor to GCObjectStore
No longer needed by DX1Collector
Also retires utest/MockCollector
2026-04-12 14:54:38 -04:00
c4eb58f6ff 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
53d9ab7747 xo-gc: refactor: migrate verify impl DX1Collector -> GCObjectStore 2026-04-10 20:32:55 -04:00
268e474cfd xo-gc: cosmetic: rename xo::mm::role -> xo::mm::Role 2026-04-06 23:33:05 -04:00
4a26d16cb3 xo-gc: refactor: GCObjectStore only uses AGCObjectVisitor now
previously needed DX1Collector*
2026-04-06 16:36:48 -04:00
ef23bca2b1 refactor: make AGCObject.shallow_copy() non-const
prep for moving to ACollector interface
2026-04-04 14:38:14 -04:00
e08b659a73 xo-gc: refactor: + GCObjectStore.verify_ok()
+ use in DX1Collector.verify_ok()
2026-04-03 18:04:52 -04:00
723ea7e3df xo-gc: tidy: drop _ prefix to GCObjectStore._deep_move_root. 2026-04-03 17:49:00 -04:00
eba7219593 xo-gc: streamlining/simplifying 2026-04-03 17:29:18 -04:00
2f46ac6aa5 xo-gc: privatise GCObjectStore._shallow_move() 2026-04-03 17:11:23 -04:00
4dee53307e xo-gc: privatise GCObjectStore._forward_children_until_fixpoint 2026-04-03 17:10:04 -04:00
ab0c9a5fad xo-gc: GCObjectStore._check_move_policy() -> private 2026-04-03 17:08:57 -04:00
033b83418c xo-gc: refactor: streamline GCObjectStore .forward_inplace_aux() 2026-04-03 17:05:33 -04:00
29cb4c4616 xo-gc: refactor: move .report_object_ages() to GCObjectStore 2026-04-03 16:58:25 -04:00
177430d8a4 xo-gc: refactor: move _deep_move_root() to GCObjectStore 2026-04-03 16:42:04 -04:00
d24f75b9ef xo-gc: move deep_move_interior() aux to GCObjectStore 2026-04-03 16:32:15 -04:00
d44f1e9024 xo-gc: refactor: move deep_move_gc_owned() to GCObjectStore 2026-04-03 16:24:45 -04:00
99593c4d72 xo-gc: refactor: move forward_inplace_aux() to GCObjectStore 2026-04-03 15:53:25 -04:00
1f0aa5f6a6 xo-gc: refactor: move _shallow_move() to GCObjectStore 2026-04-03 15:37:15 -04:00
a7dac96be3 xo-alloc2: tidy: generation.hpp -> Generation.hpp 2026-04-03 00:04:34 -04:00
63857a3025 xo-gc: refactor: move object type table -> GCObjectStore 2026-04-02 23:58:22 -04:00
08b313f25c xo-gc: refactor: move some aux method impls to GCObjectStore 2026-04-02 21:56:12 -04:00
55c5838f4a xo-gc: refactor: move alloc_info() impl -> GCObjectStore 2026-04-02 21:27:04 -04:00
ae9e97acc2 xo-gc: refactor, focus on DX1Collector+MutationLogState 2026-04-02 21:23:46 -04:00
9f87d453d0 xo-gc: move header query aux method impls to GCObjectStore 2026-04-02 20:35:22 -04:00
57b6d2380b xo-gc: move DX1Collector.generation_of() impl -> GCObjectStore 2026-04-02 20:28:07 -04:00
9803709df8 xo-gc: refactor: move X1 object storage to new cls GCObjectStore. 2026-04-02 18:55:46 -04:00