Commit graph

34 commits

Author SHA1 Message Date
4ab49af785 xo-object2: streamline write barriers for DList,DArray muts 2026-05-01 20:38:38 -04:00
0defad229f xo-object2: prep DList for write barrier in _assign_rest() 2026-05-01 20:15:45 -04:00
29c60f0089 xo-object2 stack: RAllocator.assign_barrier() works.
use for DList::assign_head(), DArray::assign_at().
2026-05-01 20:14:26 -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
d0cb7437de 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
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
5172de7862 refactor: rename RCollector.std_copy_for -> std_move_for 2026-04-04 16:37:17 -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
e41d69be23 refactor: make AGCObject.shallow_copy() non-const
prep for moving to ACollector interface
2026-04-04 14:38:14 -04:00
2186b62a97 xo-procedure2: + assign_head + set-car pm impl [WIP]
Not actuall installed in global env
2026-03-24 22:17:41 -04:00
2e1ae9bca3 xo-interpreter2: + nil + cons 2026-03-11 16:19:40 -05:00
b1add3bbff xo-gc xo-alloc2: move Collector faceet gc/ -> alloc2/ for levelling 2026-03-04 22:26:31 +11:00
957b0c5b21 xo-interpreter2 stack: parse literal lists (w/ implicit types) 2026-03-02 23:21:10 +11:00
5560f84dee xo-object2: streamline DList gc hooks 2026-02-15 13:16:42 -05:00
2e5c2e7149 xo-object2: DList: streamline forward_children() 2026-02-13 15:15:39 -05:00
ce5232efd9 xo-interpreter2 stack: work on runtime error representation [WIP] 2026-02-12 18:46:43 -05:00
47a2158354 xo-object2: retire obsolete log output 2026-01-15 14:29:28 -05:00
51126ae718 xo-object2: tidy IGCObject_DList 2026-01-15 00:32:50 -05:00
a3b4853f55 xo-object2: tidy: IPrintable_DList -> list/ subdir 2026-01-15 00:13:27 -05:00
d2d3b34ce7 xo-facet xo-object2: facet fixes + IPrintable_DString 2026-01-14 16:32:58 -05:00
cbf6abb539 xo-alloc2 xo-object2 : refactor to build on osx 2026-01-12 01:03:49 -05:00
4c99411f8b xo-object2: streamline DList::list use 2026-01-11 12:32:02 -05:00
09ee3a20ac xo-objectd2 xo-printable xo-facet: pp working for List(Integer)
Also streamline facet switching
2026-01-09 17:48:54 -05:00
9ce465e84f xo-facet: runtime facet lookup [PROTO] 2026-01-09 10:07:20 -05:00
e1f45308ab Merge branch 'main' of github.com:rconybea/xo-umbrella2 2026-01-06 10:39:22 -05:00
287fce9b7b xo-object2: Printable+DList [WIP] 2026-01-05 17:10:22 -05:00
c739fba5eb xo-gc xo-object2: gc bugfixes and logging [WORKING] 2026-01-04 15:33:08 -05:00
6bd33bd900 xo-alloc: explicit typeseq arg to alloc 2026-01-02 10:20:19 -05:00
8c56a94238 xo-object2: type registration + gc fixes 2026-01-02 09:53:23 -05:00
afc44e71fa xo-gc xo-object2 xo-facet: builds w/ ISequence,Dlist 2025-12-29 14:32:52 -05:00