|
|
08df9a5635
|
xo-alloc2 xo-gc: assorted utest-guided cleanup ++ coverage
|
2026-05-10 18:19:41 -04:00 |
|
|
|
d0496a3245
|
xo-alloc2: tidy for ++ utest coverage
|
2026-05-08 08:19:31 -04:00 |
|
|
|
50d87d3371
|
xo-gc stack: fix mutation setup + xo-reader2 utest
|
2026-05-07 23:44:32 -04:00 |
|
|
|
1a88975567
|
tidy: drop stale ACollector comments
|
2026-05-02 13:58:22 -04:00 |
|
|
|
8336f0a47a
|
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 |
|
|
|
3d6ad3709b
|
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 |
|
|
|
a845bc17f3
|
xo-object2: obj<ACollector> argument to DArray::push_back()
|
2026-04-28 23:17:00 -04:00 |
|
|
|
bf7aee9203
|
xo-gc: minor debug output
|
2026-04-25 20:32:29 -04:00 |
|
|
|
e6540bd5fe
|
xo-gc: utest: support assign_root
This is so we can generate garbage
|
2026-04-25 20:06:15 -04:00 |
|
|
|
6de2e4e519
|
xo-gc: utest w/ DInteger
|
2026-04-25 19:30:17 -04:00 |
|
|
|
866ab0503d
|
xo-gc: bugfixes. xo-gc utests pass.
|
2026-04-25 15:50:08 -04:00 |
|
|
|
f79c8a9c73
|
xo-gc: refactor for MutationLogStore bugs [TESTFAIL]
|
2026-04-24 21:24:02 -04:00 |
|
|
|
daf7d027be
|
xo-gc: bugfixes + seq3 mlog utest
|
2026-04-19 21:20:38 -04:00 |
|
|
|
3b989bb89e
|
xo-gc: utest: + 2nd gc cycle for mlog test
|
2026-04-19 20:44:31 -04:00 |
|
|
|
4ad5498d72
|
xo-gc: utest: tidy sanitize flag
|
2026-04-19 19:59:08 -04:00 |
|
|
|
362dcf73fc
|
xo-gc: bugfix + mutation log test passes
|
2026-04-19 19:57:49 -04:00 |
|
|
|
39b1ad1b21
|
xo-gc: utest: mutation log tests
|
2026-04-19 15:13:13 -04:00 |
|
|
|
f042850cec
|
xo-gc: utest: move remaining aux fns to GcosTestutil.*pp
|
2026-04-18 00:26:51 -04:00 |
|
|
|
3f3e77bf24
|
xo-gc: utest: move gcos_verify_gen0_fromspace_only_allocation -> *pp
|
2026-04-18 00:18:54 -04:00 |
|
|
|
d8b8e9415c
|
xo-gc: utest: promote aux helpers to GcosTestutil.*pp
|
2026-04-17 07:58:22 -04:00 |
|
|
|
cd29e9b853
|
xo-gc: utest: + missed GcosTestUtil.*pp
|
2026-04-16 20:57:17 -04:00 |
|
|
|
7c6e56c321
|
xo-gc: utest: moving test util code to shared GcosTestUtil.*pp
|
2026-04-16 20:01:55 -04:00 |
|
|
|
fade487b1e
|
xo-gc: utest: + MutationLogStore.test.cpp
|
2026-04-12 21:06:50 -04:00 |
|
|
|
b593e43375
|
xo-gc: utest: verify no alloc errors
|
2026-04-12 19:54:49 -04:00 |
|
|
|
7c150b7a92
|
xo-gc: utest: expand to multi-cycle utests
|
2026-04-12 19:42:02 -04:00 |
|
|
|
b44e4c7fe7
|
xo-gc: utest: scaffold for multiple gc loops
|
2026-04-12 16:15:28 -04:00 |
|
|
|
880087d0be
|
xo-gc: utest: move GCObjectStore into GcosFixture
|
2026-04-12 15:53:20 -04:00 |
|
|
|
d78bdf2e96
|
xo-gc: utest: move X1VerifyStats into GcosFixture
|
2026-04-12 15:45:12 -04:00 |
|
|
|
8c88422423
|
xo-gc: tidy: + Generation methods .g0(), .g1()
Use in GCObjectStore.test.cpp
|
2026-04-12 15:42:49 -04:00 |
|
|
|
46ce36d0f5
|
xo-gc: doc: + comment on GCObjectVisitor entry points
|
2026-04-12 15:38:42 -04:00 |
|
|
|
d0fea5fcf1
|
xo-gc: missed files in prev commit
|
2026-04-12 15:06:01 -04:00 |
|
|
|
b1155655d5
|
xo-gc: tidy: SetupGc.*pp -> setup_gc.*pp
|
2026-04-12 15:05:39 -04:00 |
|
|
|
2b9bde89b5
|
xo-gc: tidy: reorder method defns
|
2026-04-12 15:03:05 -04:00 |
|
|
|
134f5614a3
|
xo-gc: streamline: drop .visit_child methods
no longer needed, thanks to DGCObjectStoreVisitor
|
2026-04-12 15:00:48 -04:00 |
|
|
|
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 |
|
|
|
d1e2ae38f3
|
xo-gc: utest: refactor for modularity
|
2026-04-11 19:02:05 -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 |
|
|
|
dc31e0f772
|
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 |
|
|
|
518a3d637a
|
xo-gc: utest: minor improvements for coverage
|
2026-04-09 21:30:52 -04:00 |
|
|
|
18b9899f30
|
+ xo-gc: utest: + README.md
|
2026-04-09 19:30:58 -04:00 |
|
|
|
04131b1ece
|
xo-gc: utest: fairly comprehensive GCObjectStore utest
Generative!
|
2026-04-09 19:12:41 -04:00 |
|
|
|
1387673f15
|
xo-gc: retire Collector.forward_inplace + mock x-gc utest
W/ MockCollector supporting AGCObjectVisitor facet
|
2026-04-07 21:16:55 -04:00 |
|
|
|
a67d8b962a
|
xo-gc: scaffold utest for GCObjectStore
|
2026-04-07 11:44:02 -04:00 |
|
|
|
268e474cfd
|
xo-gc: cosmetic: rename xo::mm::role -> xo::mm::Role
|
2026-04-06 23:33:05 -04:00 |
|
|
|
006c1830b3
|
xo-gc: MutationLogStore uses only AGCObjectVisitor
Previously assumed DX1Collector
|
2026-04-06 23:22:13 -04:00 |
|
|
|
b9e4a36d47
|
refactor: xo-gc: + GCObjectVisitor.generation_of()
Concession to narrow MutationLogStore to only use GCObjectVisitor
instead of assuming X1Collector.
|
2026-04-06 23:18:45 -04:00 |
|
|
|
469570e74e
|
xo-gc: refactoring to narrow collector<->mlog store interaction [WIP]
|
2026-04-06 23:02:15 -04:00 |
|
|
|
5f9a81e668
|
xo-gc: MutationLogStore -> GCObjectStore
|
2026-04-06 19:37:11 -04:00 |
|
|
|
fd548d6816
|
xo-gc stack: refactor: + alloc_info() method
replicated form AAllocator facet
|
2026-04-06 17:15:30 -04:00 |
|