Commit graph

21 commits

Author SHA1 Message Date
4e4687bc2a refactor: rename shallow_copy -> shallow_move + streamline
Use RCollector.std_copy_for where appropriate
2026-04-04 16:33:35 -04:00
5e46a1a1ad xo-alloc2: nit: RCollector.std_copy_for returns T*
was returning void*
2026-04-04 16:30:20 -04:00
46c1efa952 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
94737e1efc xo-alloc2: minor streamline RCollector.std_copy_for
For consistency with equivalent RAllocator version
2026-04-04 15:00:05 -04:00
b88d181906 refactor: make AGCObject.shallow_copy() non-const
prep for moving to ACollector interface
2026-04-04 14:38:14 -04:00
ea734fb3f4 xo-gc stack: + ACollector.shallow_copy() 2026-04-03 18:33:09 -04:00
47b0a56830 xo-alloc2: tidy: generation.hpp -> Generation.hpp 2026-04-03 00:04:34 -04:00
c91fc4fbed xo-procedure2 stack: + report-gc-object-ages() primitive 2026-03-30 14:51:51 -04:00
909c1e485a xo-gc stack: + gc-location-of() primitive 2026-03-29 19:47:15 -04:00
b8e7ff8b7a xo-gc stack: + gc-report-object-types() primitive 2026-03-29 17:19:23 -04:00
e3cd18955d xo-gc: use DArenaVector for DX1Collector.object_types_
Original implementation predated DArenaVector,
using it is more natural
2026-03-29 15:17:31 -04:00
3a263d7f98 xo-gc stack: + request-gc-statistics() primitive
1. xo-gc now depends on xo-object2.
2. use genfacet for ICollector_DX1Collector
3. moves xo-gc utest previously in xo-object2 to more natural
   location in xo-gc/
2026-03-29 13:44:19 -04:00
53afef9626 xo-gc stack: genfacet for Collector + facet registry bugfix 2026-03-27 22:33:21 -04:00
417ec9de13 xo-alloc2: + ACollector2
temporary, planning to codegen Collector facet
2026-03-27 20:56:46 -04:00
af0be72853 xo-object2 stack: refactor/tidy after GCObject -> alloc2 2026-03-05 20:11:05 +11:00
3bdf617f14 xo-interpreter2 stack: refactor: string clases -> xo-stringtable2/ 2026-03-05 13:02:12 +11:00
8e1e31c187 xo-facet: move output-hpp-dir + subdir to idl/*.json5 2026-02-16 22:33:32 -05:00
b87a058ae9 xo-interpreter2 stack: OUTPUT_CPP_DIR cmake->idl/ 2026-02-16 17:46:51 -05:00
9a2370e362 xo-interpreter2: scaffold repl + alloc measurement frameowkr 2026-02-02 21:55:34 -05:00
dcc42d08a2 xo-object2 xo-gc xo-facet: codegen updates + IGCObject_DString 2026-01-14 14:37:44 -05:00
26fd1e66f0 xo-facet xo-gc xo-alloc2: facet cleanup + use genfacet for GCObject 2026-01-14 11:36:16 -05:00