|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
7750c868b6
|
nit: typo in xo-numeric/README placeholder [NIT]
|
2026-05-30 12:09:57 -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 |
|
|
|
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 |
|
|
|
7ddeaaeea5
|
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 |
|
|
|
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 |
|
|
|
aedb1a1648
|
xo-object2: obj<ACollector> argument to DArray::push_back()
|
2026-04-28 23:17:00 -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 |
|
|
|
997d3d8264
|
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 |
|
|
|
fdc3054c7c
|
refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
|
2026-04-05 23:53:02 -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 |
|
|
|
6b8ac3dcd2
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
d2aa0d0c55
|
refactor: make AGCObject.shallow_copy() non-const
prep for moving to ACollector interface
|
2026-04-04 14:38:14 -04:00 |
|
|
|
53223b38ff
|
xo-expression2: streamline TypeRef + DSequenceExpr forwarding
|
2026-03-28 13:58:06 -04:00 |
|
|
|
2c14d410de
|
xo-expression2: bugfix: DVarRef child forwarding.
was passing member value instead of member address.
Fix by using safer forward_inplace() convenience wrapper
|
2026-03-28 13:21:48 -04:00 |
|
|
|
34c87dc1e6
|
xo-expression2: DLambdaExpr: bugfix: GC suport for body_expr_
Was using &body_expr_ instead of &body_expr_.data_.
Replace with less dangerous forward_pivot_inplace() convenience call
|
2026-03-28 13:12:36 -04:00 |
|
|
|
5950a45483
|
xo-numeric: restore numeric function type
|
2026-03-28 09:45:36 -04:00 |
|
|
|
c9d78372c8
|
xo-expression2: retire OBSOLETE block
|
2026-03-28 00:47:53 -04:00 |
|
|
|
ff471bbc72
|
xo-interpreter2 stack: wrap TokenizerError as DRuntimeError
Also fix _read_eval_print() to report them!
|
2026-03-27 11:16:28 -04:00 |
|
|
|
7a9167e42d
|
xo-expression2: bugfix: missing type registration
For collectable types DVarRef,DApplyExpr
|
2026-03-26 15:05:30 -04:00 |
|
|
|
9e88672ad4
|
xo-interpreter2 stack: VSM as AGCObject for virtual root
|
2026-03-25 19:31:59 -04:00 |
|
|
|
d288c4ff1e
|
xo-reader2 stack: constants for operator primitive names
|
2026-03-25 17:52:39 -04:00 |
|
|
|
4601e824bc
|
xo-reader2 stack: refactor for ssm file location
|
2026-03-25 17:11:46 -04:00 |
|
|
|
1d3af64a7a
|
xo-tokenizer2: + op!= utest
|
2026-03-24 23:32:09 -04:00 |
|
|
|
b3fbddcf3e
|
xo-numeric: cosmetic: drop debug
|
2026-03-24 22:16:24 -04:00 |
|
|
|
f7e8fd5f65
|
xo-gc: + ACollector.assign_member()
|
2026-03-24 22:11:25 -04:00 |
|
|
|
335c04a834
|
xo-numeric: cosmetic: add comments to label essential primitives
|
2026-03-24 22:01:28 -04:00 |
|
|
|
ae167d70a3
|
xo-expression2: streamline TypeRef.forward_children()
|
2026-03-24 17:47:16 -04:00 |
|
|
|
c38ab90cdd
|
xo-expression2: refactor: layout Variable support file locn
|
2026-03-19 11:34:07 -04:00 |
|
|
|
f4d00d9e17
|
xo-interpreter2: streamline pm setup
|
2026-03-16 20:18:52 -05:00 |
|
|
|
ba19c627e5
|
xo-expression2: streamline setup
|
2026-03-16 19:27:28 -05:00 |
|
|
|
884a6074d7
|
xo-numeric: streamline setup
|
2026-03-16 14:41:28 -05:00 |
|
|
|
dc43feece0
|
xo-interpreter2 stack: use RuntimeContext to streamline setup
|
2026-03-16 14:09:03 -05:00 |
|
|
|
4039926d33
|
xo-numeric: attach type to numeric primitives
|
2026-03-16 13:51:51 -05:00 |
|
|
|
1075e16668
|
xo-numeric: type decoration for multiply
|
2026-03-16 13:29:48 -05:00 |
|
|
|
940cfb963a
|
xo-numeric: type decoration for multiply
|
2026-03-16 13:29:48 -05:00 |
|
|
|
44c687dbfe
|
xo-interpreter2 stack: + dict type + pop more pm types
|
2026-03-16 09:03:24 -05:00 |
|