Commit graph

129 commits

Author SHA1 Message Date
48cb87bcb9 xo-alloc2: + ACollector2
temporary, planning to codegen Collector facet
2026-03-27 20:56:46 -04:00
7845dac09a xo-gc stack: + contains() method 2026-03-26 14:58:14 -04:00
666555f485 xo-alloc2: abox: fix for non-anonymous abox instances 2026-03-26 14:57:15 -04:00
04fc5250fd xo-gc: generation -> Generation + bugfix idle test 2026-03-26 11:30:16 -04:00
a2d01663f3 xo-alloc2: abox: nice message on alloc fail 2026-03-25 21:12:23 -04:00
8b74c84920 xo-procedure: + set-car primitive 2026-03-25 00:10:42 -04:00
5909e9797f xo-gc: + ACollector.assign_member() 2026-03-24 22:11:25 -04:00
eca1a6d8e6 xo-alloc2: + release() method for dp<T> 2026-03-24 17:45:09 -04:00
b0b14d4e41 xo-stringtable2: + is_gc_eligible() comptime flag 2026-03-24 17:37:27 -04:00
e8cab48db1 xo-alloc2: tidy: delete dup .cpp 2026-03-17 22:45:05 -04:00
92c2a9ea58 xo-alloc2: delete obsolete .cpp file 2026-03-16 19:14:21 -05:00
4c8ac73b6a xo-alloc2: + missing setup .*pp files 2026-03-16 19:12:31 -05:00
1ffa28ec16 xo-alloc2: streamline setup 2026-03-16 19:12:09 -05:00
9c17e89bf0 xo-interpreter2 stack: refactor + bugfix operator expr 2026-03-12 20:26:08 -05:00
9b9262f84b xo-object2 stack: refactor/tidy after GCObject -> alloc2 2026-03-05 20:11:05 +11:00
ab61cddb6b xo-interpreter2 stack: refactor: string clases -> xo-stringtable2/ 2026-03-05 13:02:12 +11:00
dc530ea9d8 refactor: + xo-stringtable2 w/ DString impl 2026-03-05 00:50:58 +11:00
b1add3bbff xo-gc xo-alloc2: move Collector faceet gc/ -> alloc2/ for levelling 2026-03-04 22:26:31 +11:00
831fc10c18 xo-cmake: setup to make share target available via cmake install 2026-02-27 19:38:53 +11:00
0933e6309f xo: _Any.cpp files need <exception> for clang 18 build 2026-02-27 11:31:54 +11:00
d8d8781068 xo-gc: docs build [WIP] + misc fixes + works w/ nix 2026-02-26 14:27:02 +11:00
6f3833d6fb xo-interpreter2 stack: define-expr's work at top-level 2026-02-17 14:42:17 -05:00
9c33fa5d9f xo-facet: move output-hpp-dir + subdir to idl/*.json5 2026-02-16 22:33:32 -05:00
28348e46ec xo-interpreter2 stack: OUTPUT_CPP_DIR cmake->idl/ 2026-02-16 17:46:51 -05:00
e87073f914 xo-alloc2: register DArena facet + subsystem init 2026-02-16 09:31:49 -05:00
0023831e4c xo-reader2 stack: + TypeRegistry 2026-02-15 22:57:15 -05:00
d36f0b7733 xo-reader2 stack: streamline + mem sizing + bugfixes 2026-02-15 16:16:02 -05:00
6209c812d3 xo-expression2 stack: + dp<> template + robustify DGlobalSymtab 2026-02-15 14:12:31 -05:00
176be07731 xo-alloc2: + RAllocator.alloc_copy_for convenience method 2026-02-15 14:09:52 -05:00
3e6ab92bb3 xo-alloc2: + abox convenience template: arena box 2026-02-15 13:12:07 -05:00
38e6588cd9 xo-alloc2: extend alloc_for<T> to accept explicit size 2026-02-15 13:07:10 -05:00
bfae393127 xo-gc stack: streamline object pointer forwarding 2026-02-13 15:15:08 -05:00
2cf7f2744f xo-reader2: apply expr now parses up to rightparen 2026-02-12 00:02:56 -05:00
c9c43fbef2 xo-interpreter2 stack: scaffold DClosure, DLocalEnv [WIP] 2026-02-04 19:17:07 -05:00
c931fca242 xo-interpreter2 .. xo-arena. memory pool introspection 2026-02-03 01:05:36 -05:00
f6aae4190e xo-interpreter2: scaffold repl + alloc measurement frameowkr 2026-02-02 21:55:34 -05:00
7028fa49f8 xo-interpreter2: refactor to setup vsm utest + repl 2026-02-02 10:53:28 -05:00
756e8a94cf xo-interpreter2: work towards utest w/ vsm+reader [WIP] 2026-02-01 22:12:28 -05:00
ecfd3e4e6f xo-object2 xo-gc xo-facet: codegen updates + IGCObject_DString 2026-01-14 14:37:44 -05:00
343b3828ab xo-facet xo-gc xo-alloc2: facet cleanup + use genfacet for GCObject 2026-01-14 11:36:16 -05:00
fd02d9f834 xo-alloc2: prefer with_facet in arena utest 2026-01-13 16:43:14 -05:00
49c0904a4a xo-arena: + DArena.expand utest 2026-01-06 17:39:10 -05:00
63a568f3a7 xo-arena: move DArena utest from xo-alloc2/ 2026-01-06 17:27:34 -05:00
7cb5ab8289 xo-arena: annex DArena.* DArenaIterator.* from xo-alloc2 2026-01-06 00:49:41 -05:00
f1c094fd43 xo-arena: annex ArenaConfig.hpp from xo-alloc2/ 2026-01-06 00:41:37 -05:00
94370c4775 xo-arena: annex cmpresult.*pp from xo-alloc2 2026-01-06 00:30:40 -05:00
725b32258b xo-arena: annex ArenaConfig.*pp from xo-alloc2/ 2026-01-06 00:17:13 -05:00
5299ec554d xo-arena: annex AllocInfo.*pp from xo-alloc2 2026-01-06 00:14:13 -05:00
8e75dfec3d xo-arena: annex AllocHeaderConfig.hpp from xo-alloc2 2026-01-06 00:11:29 -05:00
820f639ef8 xo-arena: annex padding from xo-alloc2 2026-01-06 00:08:50 -05:00