Commit graph

87 commits

Author SHA1 Message Date
42e09dd21e xo-gc stack: coverage improvement + related tidying 2026-05-11 09:27:24 -04:00
9b84ef8a7f xo-alloc2 xo-gc: assorted utest-guided cleanup ++ coverage 2026-05-10 18:19:41 -04:00
04bdc763bf xo-alloc2: missed operator defs 2026-05-08 20:10:40 -04:00
f56b01e7b6 xo-gc stack: fix mutation setup + xo-reader2 utest 2026-05-07 23:44:32 -04:00
b780d1da4c 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
3dda913ef7 xo-arena: + src_fn argument in alloc_error + contributaries 2026-04-10 20:32:23 -04:00
5a0314d8d6 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
a6d23ddb83 xo-gc: retire Collector.forward_inplace + mock x-gc utest
W/ MockCollector supporting AGCObjectVisitor facet
2026-04-07 21:16:55 -04:00
cb87e78cd8 xo-gc stack: refactor: + alloc_info() method
replicated form AAllocator facet
2026-04-06 17:15:30 -04:00
3489699f5d refactor: use GCObjectVisitor api w/ gco_shallow_move 2026-04-06 15:21:48 -04:00
db4ccfd911 refactor: make shallow_move() available from AGCObjectVisitor 2026-04-06 00:11:08 -04:00
90ab86f69c refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
2026-04-05 23:53:02 -04:00
df0bbe1b31 xo-gc stack: refactor: introduce GCObjectVisitor facet
Plan using to properly level GCObjectStore and MutationLogStore
below Collector.

[WIP] not used yet
2026-04-05 18:07:14 -04:00
fefb15fbad refactor: void return type for Collector.forward_children() 2026-04-04 16:54:46 -04:00
4e4687bc2a refactor: rename shallow_copy -> shallow_move + streamline
Use RCollector.std_copy_for where appropriate
2026-04-04 16:33:35 -04:00
46c1efa952 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
b88d181906 refactor: make AGCObject.shallow_copy() non-const
prep for moving to ACollector interface
2026-04-04 14:38:14 -04:00
ea734fb3f4 xo-gc stack: + ACollector.shallow_copy() 2026-04-03 18:33:09 -04:00
53afef9626 xo-gc stack: genfacet for Collector + facet registry bugfix 2026-03-27 22:33:21 -04:00
417ec9de13 xo-alloc2: + ACollector2
temporary, planning to codegen Collector facet
2026-03-27 20:56:46 -04:00
a2083e0d3f xo-alloc2: delete obsolete .cpp file 2026-03-16 19:14:21 -05:00
8a490c23ce xo-alloc2: + missing setup .*pp files 2026-03-16 19:12:31 -05:00
4a2bbd0761 xo-alloc2: streamline setup 2026-03-16 19:12:09 -05:00
f3f8505a65 xo-interpreter2 stack: refactor + bugfix operator expr 2026-03-12 20:26:08 -05:00
ee982276c9 refactor: + xo-stringtable2 w/ DString impl 2026-03-05 00:50:58 +11:00
10ea21264b xo: _Any.cpp files need <exception> for clang 18 build 2026-02-27 11:31:54 +11:00
19adf834ad xo-alloc2: register DArena facet + subsystem init 2026-02-16 09:31:49 -05:00
3c53d92735 xo-interpreter2 .. xo-arena. memory pool introspection 2026-02-03 01:05:36 -05:00
9a2370e362 xo-interpreter2: scaffold repl + alloc measurement frameowkr 2026-02-02 21:55:34 -05:00
78a71baa31 xo-arena: annex DArena.* DArenaIterator.* from xo-alloc2 2026-01-06 00:49:41 -05:00
5f882ca19d xo-arena: annex cmpresult.*pp from xo-alloc2 2026-01-06 00:30:40 -05:00
c4734e2960 xo-arena: annex ArenaConfig.*pp from xo-alloc2/ 2026-01-06 00:17:13 -05:00
e2cf88eb10 xo-arena: annex AllocInfo.*pp from xo-alloc2 2026-01-06 00:14:13 -05:00
49ee32cb30 xo-arena: annex padding from xo-alloc2 2026-01-06 00:08:50 -05:00
5d83363a69 xo-arena xo-facet xo-alloc2: build restored 2026-01-06 00:01:38 -05:00
c1ebe1febd xo-object2: utest: ++ allocation in collector utest 2026-01-02 18:55:53 -05:00
d5b6861b80 xo-alloc: explicit typeseq arg to alloc 2026-01-02 10:20:19 -05:00
a136241fbb xo-object2: type registration + gc fixes 2026-01-02 09:53:23 -05:00
3af1cf1bda xo-facet: typeseq strongly typed 2026-01-02 09:52:16 -05:00
90bb58e186 xo-facet: extend facet gen scope to IFoo_{Xfer,Any}, RFoo 2025-12-25 12:33:07 -05:00
8f98ed0d2b xo-gc xo-object2 xo-alloc2: templates for FOMO [WIP] 2025-12-24 19:39:11 -05:00
0136044ba2 xo-alloc2: ++ documentation 2025-12-24 01:29:57 -05:00
289751d3fd xo-alloc2: ++ documentation + threshold size for THP feature 2025-12-23 21:06:38 -05:00
3b89f367d7 xo-gc: refactor to extract DX1Collector etc from xo-alloc2/ 2025-12-22 22:24:10 -05:00
29d8b45ab2 xo-alloc2: utest: cleanup stray error messages 2025-12-21 22:55:19 -05:00
7e8f49d256 xo-alloc2: misc refactoring / debug logging 2025-12-21 22:37:39 -05:00
04c506261d xo-alloc2: bugfix: account for guard_z for begin_header() 2025-12-21 22:36:05 -05:00
c6fbaf7b5e xo-alloc2: working operator* for AAllocIterator 2025-12-21 16:20:13 -05:00
0a596294b2 xo-alloc2: + AllocRange aux class, for alloc_range() 2025-12-21 15:23:39 -05:00
30615341e2 xo-alloc2: work on alloc_range + operator++ for alloc iterators [WIP] 2025-12-19 13:55:19 -05:00