|
|
d387355c7c
|
refactor: make shallow_move() available from AGCObjectVisitor
|
2026-04-06 00:11:08 -04:00 |
|
|
|
86f553408a
|
refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
|
2026-04-05 23:53:02 -04:00 |
|
|
|
85938f174f
|
refactor: rename shallow_copy -> shallow_move + streamline
Use RCollector.std_copy_for where appropriate
|
2026-04-04 16:33:35 -04:00 |
|
|
|
9790a186e6
|
refactor: rename GCObject.shallow_copy -> shallow_move
resolve conflict since relying on move constructor in std_copy_for
|
2026-04-04 15:00:53 -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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
1b3ecf9561
|
xo-gc: refactor to prune mlog store dep on DX1Collector
|
2026-04-02 20:14:52 -04:00 |
|
|
|
9803709df8
|
xo-gc: refactor: move X1 object storage to new cls GCObjectStore.
|
2026-04-02 18:55:46 -04:00 |
|