Commit graph

26 commits

Author SHA1 Message Date
200a027103 tidy: drop stale ACollector comments 2026-05-02 13:58:22 -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
f79e44a2b9 xo-object2: obj<ACollector> argument to DArray::push_back() 2026-04-28 23:17:00 -04:00
26379aad1c xo-object2: DArray: + DArray.pop_back + no ub on oom 2026-04-10 20:31:26 -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
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
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
3b448dc02b xo-interpreter2 stack: + dict type + pop more pm types 2026-03-16 09:03:24 -05:00
b1add3bbff xo-gc xo-alloc2: move Collector faceet gc/ -> alloc2/ for levelling 2026-03-04 22:26:31 +11:00
0c01058154 xo-interpreter2 stack: + dict.make() + Dictionary impl 2026-03-03 16:45:54 +11:00
d989287976 xo-interpreter2 stack: + literal array parsing 2026-03-03 12:12:09 +11:00
6f3833d6fb xo-interpreter2 stack: define-expr's work at top-level 2026-02-17 14:42:17 -05:00
0ad4182325 xo-expression2 stack: + mvp DGlobalSymtab impl 2026-02-14 13:06:54 -05:00
61d41a2298 xo-interpreter2: apply sequence now working in interpreter 2026-02-04 16:26:19 -05:00
7960e05b84 xo-expression2 xo-reader2 DSequenceExpr, DSequenceSsm [WIP] 2026-01-30 20:08:41 -05:00
8f531065a9 xo-object2: implement APrintable for DArray 2026-01-29 15:12:00 -05:00
43a6235439 xo-procedure2 xo-object2: + polymorphic primitive support 2026-01-26 12:38:17 -05:00
293d805351 xo-object2: allow 0-capacity DArrays + utest 2026-01-15 17:22:03 -05:00
ad59fac380 xo-object2: + DArray::array() n-ary factory method 2026-01-15 15:37:42 -05:00
38a62102cb xo-object2: ++ Collector utest w/ DInteger + scaffodl DArray 2026-01-15 15:28:13 -05:00
b9091b1667 xo-object2: + DArray gc hooks for AGCObject 2026-01-15 14:29:09 -05:00
87dd88beec xo-object2: + DArray::at() + utests 2026-01-15 13:41:24 -05:00
0a6f449b3b xo-object2: + DArray [WIP] + utest 2026-01-15 13:15:18 -05:00