b7357fdbf1
Split 'xo-expression2/' into commit ' 132be039de'
...
git-subtree-dir: xo-expression2
git-subtree-mainline: e75422e219
git-subtree-split: 132be039de
2026-05-30 14:12:49 -04:00
87d6b75b39
Split 'xo-tokenizer2/' into commit ' 48a082cb6b'
...
git-subtree-dir: xo-tokenizer2
git-subtree-mainline: d684e7408a
git-subtree-split: 48a082cb6b
2026-05-30 12:58:57 -04:00
132be039de
Split 'xo-tokenizer2/' into commit ' 48a082cb6b'
...
git-subtree-dir: xo-tokenizer2
git-subtree-mainline: d684e7408a
git-subtree-split: 48a082cb6b
2026-05-30 12:58:57 -04:00
250e6f0502
Split 'xo-alloc/' into commit ' a2b678410d'
...
git-subtree-dir: xo-alloc
git-subtree-mainline: 5a5f43b56e
git-subtree-split: a2b678410d
2026-05-30 12:44:07 -04:00
48a082cb6b
Split 'xo-alloc/' into commit ' a2b678410d'
...
git-subtree-dir: xo-alloc
git-subtree-mainline: 5a5f43b56e
git-subtree-split: a2b678410d
2026-05-30 12:44:07 -04:00
7cf23f246b
Split 'xo-alloc/' into commit ' a2b678410d'
...
git-subtree-dir: xo-alloc
git-subtree-mainline: 5a5f43b56e
git-subtree-split: a2b678410d
2026-05-30 12:44:07 -04:00
6fcee73ae1
Split 'xo-numeric/' into commit ' 7750c868b6'
...
git-subtree-dir: xo-numeric
git-subtree-mainline: 365f5a055f
git-subtree-split: 7750c868b6
2026-05-30 12:11:31 -04:00
a2b678410d
Split 'xo-numeric/' into commit ' 7750c868b6'
...
git-subtree-dir: xo-numeric
git-subtree-mainline: 365f5a055f
git-subtree-split: 7750c868b6
2026-05-30 12:11:31 -04:00
2aa50b22bb
Split 'xo-numeric/' into commit ' 7750c868b6'
...
git-subtree-dir: xo-numeric
git-subtree-mainline: 365f5a055f
git-subtree-split: 7750c868b6
2026-05-30 12:11:31 -04:00
43de5f4f8f
Split 'xo-numeric/' into commit ' 7750c868b6'
...
git-subtree-dir: xo-numeric
git-subtree-mainline: 365f5a055f
git-subtree-split: 7750c868b6
2026-05-30 12:11:31 -04:00
7750c868b6
nit: typo in xo-numeric/README placeholder [NIT]
2026-05-30 12:09:57 -04:00
a6f8c3d3e3
Split 'xo-numeric/' into commit ' 5f2de0ad5a'
...
git-subtree-dir: xo-numeric
git-subtree-mainline: 8888986784
git-subtree-split: 5f2de0ad5a
2026-05-30 12:07:21 -04:00
a30f52375b
Split 'xo-numeric/' into commit ' 5f2de0ad5a'
...
git-subtree-dir: xo-numeric
git-subtree-mainline: 8888986784
git-subtree-split: 5f2de0ad5a
2026-05-30 12:07:21 -04:00
f3205bdc4b
Split 'xo-numeric/' into commit ' 5f2de0ad5a'
...
git-subtree-dir: xo-numeric
git-subtree-mainline: 8888986784
git-subtree-split: 5f2de0ad5a
2026-05-30 12:07:21 -04:00
9ad4c25d58
Split 'xo-numeric/' into commit ' 5f2de0ad5a'
...
git-subtree-dir: xo-numeric
git-subtree-mainline: 8888986784
git-subtree-split: 5f2de0ad5a
2026-05-30 12:07:21 -04:00
adba8536d9
xo-gc stack: fix mutation setup + xo-reader2 utest
2026-05-07 23:44:32 -04:00
7ddeaaeea5
tidy: drop stale ACollector comments
2026-05-02 13:58:22 -04:00
6068da02af
tidy: drop stale ACollector comments
2026-05-02 13:58:22 -04:00
5f2de0ad5a
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
6ca5928088
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
2713050d84
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
866b6a55e2
xo-object2: streamline write barriers for DList,DArray muts
2026-05-01 20:38:38 -04:00
ca79d06be4
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
3d24a523f3
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
aedb1a1648
xo-object2: obj<ACollector> argument to DArray::push_back()
2026-04-28 23:17:00 -04:00
df32ec55c8
xo-object2: obj<ACollector> argument to DArray::push_back()
2026-04-28 23:17:00 -04:00
32fea42633
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
822af3a246
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
d14f119a37
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
997d3d8264
refactor: use GCObjectVisitor api w/ gco_shallow_move
2026-04-06 15:21:48 -04:00
31df51ac8e
refactor: use GCObjectVisitor api w/ gco_shallow_move
2026-04-06 15:21:48 -04:00
f9f2822099
refactor: make shallow_move() available from AGCObjectVisitor
2026-04-06 00:11:08 -04:00
0bc037f1ea
refactor: make shallow_move() available from AGCObjectVisitor
2026-04-06 00:11:08 -04:00
fdc3054c7c
refactor: + narrower interface for gc pointer forwarding
...
add AGCObjectVisitor, instead of requiring ACollector.
2026-04-05 23:53:02 -04:00
d740c94406
refactor: + narrower interface for gc pointer forwarding
...
add AGCObjectVisitor, instead of requiring ACollector.
2026-04-05 23:53:02 -04:00
bf8c3628ff
refactor: retire GCObject.shallow_copy()
...
Collector gets this info from gc-owned object header
2026-04-04 18:01:25 -04:00
c3af763383
refactor: retire GCObject.shallow_size()
...
Not needed. Rely on size stored in gc-owned object header
2026-04-04 17:30:03 -04:00
1f91e2afdc
refactor: retire GCObject.shallow_size()
...
Not needed. Rely on size stored in gc-owned object header
2026-04-04 17:30:03 -04:00
6b8ac3dcd2
refactor: void return type for Collector.forward_children()
2026-04-04 16:54:46 -04:00
6251b2bde7
refactor: void return type for Collector.forward_children()
2026-04-04 16:54:46 -04:00
489222311f
refactor: rename RCollector.std_copy_for -> std_move_for
2026-04-04 16:37:17 -04:00
63bdd59fc3
refactor: rename RCollector.std_copy_for -> std_move_for
2026-04-04 16:37:17 -04:00
4dc6739167
refactor: rename shallow_copy -> shallow_move + streamline
...
Use RCollector.std_copy_for where appropriate
2026-04-04 16:33:35 -04:00
d16f2a0484
refactor: rename shallow_copy -> shallow_move + streamline
...
Use RCollector.std_copy_for where appropriate
2026-04-04 16:33:35 -04:00
0898733029
refactor: rename shallow_copy -> shallow_move + streamline
...
Use RCollector.std_copy_for where appropriate
2026-04-04 16:33:35 -04:00
2003c3c6f9
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
73b2561aa8
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
d2aa0d0c55
refactor: make AGCObject.shallow_copy() non-const
...
prep for moving to ACollector interface
2026-04-04 14:38:14 -04:00
7e575e6214
refactor: make AGCObject.shallow_copy() non-const
...
prep for moving to ACollector interface
2026-04-04 14:38:14 -04:00
77efd433ad
xo-gc stack: + request-gc-statistics() primitive
...
1. xo-gc now depends on xo-object2.
2. use genfacet for ICollector_DX1Collector
3. moves xo-gc utest previously in xo-object2 to more natural
location in xo-gc/
2026-03-29 13:44:19 -04:00