Commit graph

140 commits

Author SHA1 Message Date
353de0725a xo-alloc2: Use move semantics for std_copy_for
Prep for moving to ACollector interface
2026-04-04 14:38:57 -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
ece5fdb032 xo-alloc2: in forward_inplace() helper strip const for facet lookup 2026-03-28 13:17:16 -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
ec1b6173d9 xo-gc stack: + contains() method 2026-03-26 14:58:14 -04:00
68f04870bf xo-alloc2: abox: fix for non-anonymous abox instances 2026-03-26 14:57:15 -04:00
8aa718695c xo-gc: generation -> Generation + bugfix idle test 2026-03-26 11:30:16 -04:00
95add0cc0e xo-alloc2: abox: nice message on alloc fail 2026-03-25 21:12:23 -04:00
99f5fd9c5e xo-procedure: + set-car primitive 2026-03-25 00:10:42 -04:00
f056faa0db xo-gc: + ACollector.assign_member() 2026-03-24 22:11:25 -04:00
68999ace48 xo-alloc2: + release() method for dp<T> 2026-03-24 17:45:09 -04:00
e6f397af73 xo-stringtable2: + is_gc_eligible() comptime flag 2026-03-24 17:37:27 -04:00
9895d9349e xo-alloc2: tidy: delete dup .cpp 2026-03-17 22:45:05 -04:00
a2083e0d3f xo-alloc2: delete obsolete .cpp file 2026-03-16 19:14:21 -05:00
8a490c23ce xo-alloc2: + missing setup .*pp files 2026-03-16 19:12:31 -05:00
4a2bbd0761 xo-alloc2: streamline setup 2026-03-16 19:12:09 -05:00
f3f8505a65 xo-interpreter2 stack: refactor + bugfix operator expr 2026-03-12 20:26:08 -05: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
ee982276c9 refactor: + xo-stringtable2 w/ DString impl 2026-03-05 00:50:58 +11:00
e33ab0ae98 xo-gc xo-alloc2: move Collector faceet gc/ -> alloc2/ for levelling 2026-03-04 22:26:31 +11:00
1cca7980c9 xo-cmake: setup to make share target available via cmake install 2026-02-27 19:38:53 +11:00
10ea21264b xo: _Any.cpp files need <exception> for clang 18 build 2026-02-27 11:31:54 +11:00
6b69c33389 xo-gc: docs build [WIP] + misc fixes + works w/ nix 2026-02-26 14:27:02 +11:00
fde4bee000 xo-interpreter2 stack: define-expr's work at top-level 2026-02-17 14:42:17 -05: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
19adf834ad xo-alloc2: register DArena facet + subsystem init 2026-02-16 09:31:49 -05:00
13345f5b72 xo-reader2 stack: + TypeRegistry 2026-02-15 22:57:15 -05:00
d9ae2767fc xo-reader2 stack: streamline + mem sizing + bugfixes 2026-02-15 16:16:02 -05:00
9a9727ff98 xo-expression2 stack: + dp<> template + robustify DGlobalSymtab 2026-02-15 14:12:31 -05:00
230490e663 xo-alloc2: + RAllocator.alloc_copy_for convenience method 2026-02-15 14:09:52 -05:00
b073315c3b xo-alloc2: + abox convenience template: arena box 2026-02-15 13:12:07 -05:00
97d4450865 xo-alloc2: extend alloc_for<T> to accept explicit size 2026-02-15 13:07:10 -05:00
f209f7343c xo-gc stack: streamline object pointer forwarding 2026-02-13 15:15:08 -05:00
bf052879c8 xo-reader2: apply expr now parses up to rightparen 2026-02-12 00:02:56 -05:00
675fe3d6c3 xo-interpreter2 stack: scaffold DClosure, DLocalEnv [WIP] 2026-02-04 19:17:07 -05:00
3c53d92735 xo-interpreter2 .. xo-arena. memory pool introspection 2026-02-03 01:05:36 -05:00
9a2370e362 xo-interpreter2: scaffold repl + alloc measurement frameowkr 2026-02-02 21:55:34 -05:00
a5c2935dc2 xo-interpreter2: refactor to setup vsm utest + repl 2026-02-02 10:53:28 -05:00
e1d19aaea7 xo-interpreter2: work towards utest w/ vsm+reader [WIP] 2026-02-01 22:12:28 -05:00
dcc42d08a2 xo-object2 xo-gc xo-facet: codegen updates + IGCObject_DString 2026-01-14 14:37:44 -05:00