|
|
550b33323c
|
xo-alloc2: + utest harness for catch2
accept additional commandline arguments
|
2026-05-19 08:27:10 -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 |
|
|
|
1780a50e45
|
xo-alloc2: missed operator defs
|
2026-05-08 20:10:40 -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 |
|
|
|
200a027103
|
tidy: drop stale ACollector comments
|
2026-05-02 13:58:22 -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 |
|
|
|
4ab49af785
|
xo-object2: streamline write barriers for DList,DArray muts
|
2026-05-01 20:38:38 -04:00 |
|
|
|
0defad229f
|
xo-object2: prep DList for write barrier in _assign_rest()
|
2026-05-01 20:15:45 -04:00 |
|
|
|
29c60f0089
|
xo-object2 stack: RAllocator.assign_barrier() works.
use for DList::assign_head(), DArray::assign_at().
|
2026-05-01 20:14:26 -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 |
|
|
|
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 |
|