Commit graph

12 commits

Author SHA1 Message Date
1ae18830a7 xo-object2: DInteger: fail without ub on oom. 2026-04-10 20:30:46 -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
0ec1008fa3 refactor: rename RCollector.std_copy_for -> std_move_for 2026-04-04 16:37:17 -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
5e6db993ee xo-object2: tidy IGCObject_DInteger + codegen 2026-01-15 00:58:55 -05:00
8a5cd339e8 xo-facet xo-object2: facet fixes + IPrintable_DString 2026-01-14 16:32:58 -05:00
59ce547db3 xo-object2: streamline DInteger alloc. make() -> box() 2026-01-09 17:54:42 -05:00
148d5e9ca0 xo-objectd2 xo-printable xo-facet: pp working for List(Integer)
Also streamline facet switching
2026-01-09 17:48:54 -05:00