Commit graph

27 commits

Author SHA1 Message Date
211bc93c85 xo-gc stack: fix mutation setup + xo-reader2 utest 2026-05-07 23:44:32 -04:00
05a6aa9425 tidy: drop stale ACollector comments 2026-05-02 13:58:22 -04:00
024574350a 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
d24f851eb5 xo-object2: obj<ACollector> argument to DArray::push_back() 2026-04-28 23:17:00 -04:00
7f3c7671b4 xo-object2: DArray: + DArray.pop_back + no ub on oom 2026-04-10 20:31:26 -04:00
4fdaa64085 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
21ce28ee82 refactor: use GCObjectVisitor api w/ gco_shallow_move 2026-04-06 15:21:48 -04:00
39ae54167f refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
2026-04-05 23:53:02 -04:00
5676a69dd3 refactor: retire GCObject.shallow_copy()
Collector gets this info from gc-owned object header
2026-04-04 18:01:25 -04:00
8ac5ba9bbb refactor: rename shallow_copy -> shallow_move + streamline
Use RCollector.std_copy_for where appropriate
2026-04-04 16:33:35 -04:00
0cb20c3789 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
a136642a20 xo-interpreter2 stack: + dict type + pop more pm types 2026-03-16 09:03:24 -05:00
c8a76d23bd xo-gc xo-alloc2: move Collector faceet gc/ -> alloc2/ for levelling 2026-03-04 22:26:31 +11:00
7871c7dbea xo-interpreter2 stack: + dict.make() + Dictionary impl 2026-03-03 16:45:54 +11:00
c05b301742 xo-interpreter2 stack: + literal array parsing 2026-03-03 12:12:09 +11:00
b64dee41cb xo-interpreter2 stack: define-expr's work at top-level 2026-02-17 14:42:17 -05:00
3e53b0d10a xo-expression2 stack: + mvp DGlobalSymtab impl 2026-02-14 13:06:54 -05:00
8b9a2e09d6 xo-interpreter2: apply sequence now working in interpreter 2026-02-04 16:26:19 -05:00
0a7b2bec12 xo-expression2 xo-reader2 DSequenceExpr, DSequenceSsm [WIP] 2026-01-30 20:08:41 -05:00
19961facb5 xo-object2: implement APrintable for DArray 2026-01-29 15:12:00 -05:00
eef4a1db5d xo-procedure2 xo-object2: + polymorphic primitive support 2026-01-26 12:38:17 -05:00
11365c95ac xo-object2: allow 0-capacity DArrays + utest 2026-01-15 17:22:03 -05:00
c7ff46bd36 xo-object2: + DArray::array() n-ary factory method 2026-01-15 15:37:42 -05:00
f30ef137ee xo-object2: ++ Collector utest w/ DInteger + scaffodl DArray 2026-01-15 15:28:13 -05:00
f5b071f103 xo-object2: + DArray gc hooks for AGCObject 2026-01-15 14:29:09 -05:00
698b44a92f xo-object2: + DArray::at() + utests 2026-01-15 13:41:24 -05:00
bf555ddd10 xo-object2: + DArray [WIP] + utest 2026-01-15 13:15:18 -05:00