Commit graph

18 commits

Author SHA1 Message Date
72cbffba46 refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
2026-04-05 23:53:02 -04:00
327807331d refactor: retire GCObject.shallow_copy()
Collector gets this info from gc-owned object header
2026-04-04 18:01:25 -04:00
423bd045d2 refactor: retire GCObject.shallow_size()
Not needed.  Rely on size stored in gc-owned object header
2026-04-04 17:30:03 -04:00
d8585a7005 refactor: void return type for Collector.forward_children() 2026-04-04 16:54:46 -04:00
73bfe2ed26 refactor: rename RCollector.std_copy_for -> std_move_for 2026-04-04 16:37:17 -04:00
d0e6ab5b44 refactor: rename shallow_copy -> shallow_move + streamline
Use RCollector.std_copy_for where appropriate
2026-04-04 16:33:35 -04:00
9a494d268b 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
caa299861d refactor: make AGCObject.shallow_copy() non-const
prep for moving to ACollector interface
2026-04-04 14:38:14 -04:00
e70fe13c6d xo-stringtable2: + is_gc_eligible() comptime flag 2026-03-24 17:37:27 -04:00
a5bef1d8e4 xo-stringtable2: retire unused .cpp files 2026-03-16 19:03:40 -05:00
5706be3c94 xo-stringtable2: tidy + restore build 2026-03-16 19:03:12 -05:00
263aa16cfb x-stringtable2: streamline setup 2026-03-16 19:02:00 -05:00
d4c7f26c73 xo-interpreter2 stack: + stringtable() in RuntimeContext api 2026-03-16 01:27:25 -05:00
26bc2539e0 build: retire FACET argument to genfacetimpl 2026-03-11 10:03:46 -05:00
2897bbb7c8 build: retiring REPR argument to xo_add_genfacetimpl() 2026-03-11 08:41:57 -05:00
f60f90d8f3 xo-interpreter2 stack: refactor: string clases -> xo-stringtable2/ 2026-03-05 13:02:12 +11:00
5fc59b0df4 refactor: + xo-stringtable2 w/ DString impl 2026-03-05 00:50:58 +11:00
f8e534f4f6 initial commit 2026-03-04 23:36:32 +11:00