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
adba8536d9
xo-gc stack: fix mutation setup + xo-reader2 utest
2026-05-07 23:44:32 -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
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
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
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
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
31df51ac8e
refactor: use GCObjectVisitor api w/ gco_shallow_move
2026-04-06 15:21:48 -04:00
0bc037f1ea
refactor: make shallow_move() available from AGCObjectVisitor
2026-04-06 00:11:08 -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
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
6251b2bde7
refactor: void return type for Collector.forward_children()
2026-04-04 16:54:46 -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
0898733029
refactor: rename shallow_copy -> shallow_move + streamline
...
Use RCollector.std_copy_for where appropriate
2026-04-04 16:33:35 -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
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
1d7339f694
xo-reader2: utest: parser utests verify full GC behavior also
2026-03-28 13:59:14 -04:00
c982a2241e
xo-reader2: retire some ParserStateMachine logging
2026-03-28 13:58:46 -04:00
5950a45483
xo-numeric: restore numeric function type
2026-03-28 09:45:36 -04:00
ce800d700c
xo-reader2: expand utest to run gc [WIP]
2026-03-28 09:43:43 -04:00
c715f0d8be
xo-reader2: utest: drop DX1Collector debug
2026-03-27 22:40:44 -04:00
af96e82c21
xo-gc: generation -> Generation + bugfix idle test
2026-03-26 11:30:16 -04:00
9e88672ad4
xo-interpreter2 stack: VSM as AGCObject for virtual root
2026-03-25 19:31:59 -04:00
3806b46ea1
xo-interpreter2 stack: VSM as AGCObject for virtual root
2026-03-25 19:31:59 -04:00
d76622640e
Merge branch 'claude1' of github.com:rconybea/xo-umbrella2 into claude1
2026-03-25 18:01:06 -04:00
f8839278c3
xo-interpreter2 stack: scaffold for virtual root VSM [WIP]
2026-03-25 18:00:36 -04:00
d288c4ff1e
xo-reader2 stack: constants for operator primitive names
2026-03-25 17:52:39 -04:00
7be5869c93
xo-reader2 stack: constants for operator primitive names
2026-03-25 17:52:39 -04:00
f0d4e58010
xo-reader2 stack: refactor for ssm file location
2026-03-25 17:11:46 -04:00
4601e824bc
xo-reader2 stack: refactor for ssm file location
2026-03-25 17:11:46 -04:00
aca798467a
xo-reader2: move DDefineSsm generated support to spec'd subdirs
2026-03-24 23:41:05 -04:00
8331fa8a6b
xo-tokenizer2: + op!= utest
2026-03-24 23:32:09 -04:00
0972cdada3
xo-reader2: + gcobject facet includes for DSchematikaParser
2026-03-24 22:18:37 -04:00
b3fbddcf3e
xo-numeric: cosmetic: drop debug
2026-03-24 22:16:24 -04:00
4304892a7c
xo-reader2: adopt DSchematikaParser as gc-aware object
...
Use as virtual GC root.
2026-03-24 22:15:08 -04:00
335c04a834
xo-numeric: cosmetic: add comments to label essential primitives
2026-03-24 22:01:28 -04:00
48d5c323b4
xo-reader2 stack: + ARuntimeContext.collector()
...
access Collector API (if present) from runtime context
2026-03-24 21:59:59 -04:00
3af72fec64
xo-reader2: + SyntaxStateMachine.forward_children method
...
Support gc traversal with goal of making ParserStateMachine a gc root
2026-03-24 17:43:45 -04:00
ed3e26e718
nix: use clang-tools (for emacs+lsp)
2026-03-24 17:35:26 -04:00
25fd378c78
xo-reader2: #q supports literal dictionaries
2026-03-17 21:04:08 -04:00
90c4819ef9
delete unused typo file
2026-03-17 21:02:37 -04:00
f4514fc667
xo-reader2: refactor: move ExpectFormalArgSsm support -> subdir
2026-03-17 12:57:41 -04:00
ed3b5bfb4e
xo-reader2: bugfix: ParenSsm include paths
2026-03-17 12:50:22 -04:00
a3a5311250
xo-reader2: bugfix genfacet paths + move DParenSsm
2026-03-17 12:49:35 -04:00