Commit graph

25 commits

Author SHA1 Message Date
6583fff677 xo-gc stack: many small utest improvements. 2026-05-17 12:30:09 -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
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
6c31b56132 xo-stringtable2: DString: fail without ub when alloc fails 2026-04-10 20:29:53 -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
e95353f1c8 refactor: use GCObjectVisitor api w/ gco_shallow_move 2026-04-06 15:21:48 -04:00
547f897c31 refactor: make shallow_move() available from AGCObjectVisitor 2026-04-06 00:11:08 -04:00
801bb9e39d refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
2026-04-05 23:53:02 -04:00
e6c789b4e6 refactor: retire GCObject.shallow_copy()
Collector gets this info from gc-owned object header
2026-04-04 18:01:25 -04:00
30dee1b97f refactor: retire GCObject.shallow_size()
Not needed.  Rely on size stored in gc-owned object header
2026-04-04 17:30:03 -04:00
5eb7abf5f2 refactor: void return type for Collector.forward_children() 2026-04-04 16:54:46 -04:00
5172de7862 refactor: rename RCollector.std_copy_for -> std_move_for 2026-04-04 16:37:17 -04:00
8bb460f402 refactor: rename shallow_copy -> shallow_move + streamline
Use RCollector.std_copy_for where appropriate
2026-04-04 16:33:35 -04:00
06161d2b50 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
e41d69be23 refactor: make AGCObject.shallow_copy() non-const
prep for moving to ACollector interface
2026-04-04 14:38:14 -04:00
b0b14d4e41 xo-stringtable2: + is_gc_eligible() comptime flag 2026-03-24 17:37:27 -04:00
a4e6328b7e xo-stringtable2: retire unused .cpp files 2026-03-16 19:03:40 -05:00
411be6361f xo-stringtable2: tidy + restore build 2026-03-16 19:03:12 -05:00
8b01861940 x-stringtable2: streamline setup 2026-03-16 19:02:00 -05:00
edd6c50e10 xo-interpreter2 stack: + stringtable() in RuntimeContext api 2026-03-16 01:27:25 -05:00
54123c0e1f build: retire FACET argument to genfacetimpl 2026-03-11 10:03:46 -05:00
5382cad639 build: retiring REPR argument to xo_add_genfacetimpl() 2026-03-11 08:41:57 -05:00
ab61cddb6b xo-interpreter2 stack: refactor: string clases -> xo-stringtable2/ 2026-03-05 13:02:12 +11:00
dc530ea9d8 refactor: + xo-stringtable2 w/ DString impl 2026-03-05 00:50:58 +11:00
133f1d212d Add 'xo-stringtable2/' from commit 'f8e534f4f6'
git-subtree-dir: xo-stringtable2
git-subtree-mainline: b1add3bbff
git-subtree-split: f8e534f4f6
2026-03-04 23:44:27 +11:00