Commit graph

3,155 commits

Author SHA1 Message Date
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
1adaf1c061 build: coverage working at umbrella level on osx
Uses llvm-cov tooling
2026-04-20 08:57:22 -04:00
e985a7e59a xo-gc: bugfixes + seq3 mlog utest 2026-04-19 21:20:38 -04:00
36f3399b80 xo-arena: build: can't assume elfutils on osx 2026-04-19 20:47:40 -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
c4983b2172 xo-gc: doc: + comment on GCObjectVisitor entry points 2026-04-12 15:38:42 -04:00
e6a9b648ef xo-gc: missed files in prev commit 2026-04-12 15:06:01 -04:00
125775d0c5 xo-gc: tidy: SetupGc.*pp -> setup_gc.*pp 2026-04-12 15:05:39 -04:00
95cc1efb5e xo-gc: tidy: reorder method defns 2026-04-12 15:03:05 -04:00
19035920a0 xo-gc: streamline: drop .visit_child methods
no longer needed, thanks to DGCObjectStoreVisitor
2026-04-12 15:00:48 -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
f8a687ce11 xo-arena: + src_fn argument in alloc_error + contributaries 2026-04-10 20:32:23 -04:00
ccb8127219 xo-object2: missed DDictionary.hpp update 2026-04-10 20:31:54 -04:00
26379aad1c xo-object2: DArray: + DArray.pop_back + no ub on oom 2026-04-10 20:31:26 -04:00
585173a4ba xo-object2: DDictionary: fail without ub on oom. 2026-04-10 20:31:05 -04:00
680e79119b xo-object2: DInteger: fail without ub on oom. 2026-04-10 20:30:46 -04:00
6c31b56132 xo-stringtable2: DString: fail without ub when alloc fails 2026-04-10 20:29:53 -04:00
3f91dee6e7 xo-arena: + print_backtrace() + print_backtrace_dwarf()
using libunwind and elfutils
2026-04-10 20:28:59 -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
269b7b6cf4 build: coverage build working in umbrella builds (!)
1. more recent lcov is persnickety, need to ignore some errors.
2. need more careful assembly of subdirs with .gcda/.gcno info.
   lcov doesn't like duplication here.
2026-04-09 20:50:32 -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
431e2fbd0e xo-gc: MutationLogStore uses only AGCObjectVisitor
Previously assumed DX1Collector
2026-04-06 23:22:13 -04:00
f0f4fc6366 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