Commit graph

104 commits

Author SHA1 Message Date
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
26fd1e66f0 xo-facet xo-gc xo-alloc2: facet cleanup + use genfacet for GCObject 2026-01-14 11:36:16 -05:00
613fd5e016 xo-alloc2: prefer with_facet in arena utest 2026-01-13 16:43:14 -05:00
6346345b10 xo-arena: + DArena.expand utest 2026-01-06 17:39:10 -05:00
c54115e0e4 xo-arena: move DArena utest from xo-alloc2/ 2026-01-06 17:27:34 -05:00
78a71baa31 xo-arena: annex DArena.* DArenaIterator.* from xo-alloc2 2026-01-06 00:49:41 -05:00
06456d07c6 xo-arena: annex ArenaConfig.hpp from xo-alloc2/ 2026-01-06 00:41:37 -05:00
5f882ca19d xo-arena: annex cmpresult.*pp from xo-alloc2 2026-01-06 00:30:40 -05:00
c4734e2960 xo-arena: annex ArenaConfig.*pp from xo-alloc2/ 2026-01-06 00:17:13 -05:00
e2cf88eb10 xo-arena: annex AllocInfo.*pp from xo-alloc2 2026-01-06 00:14:13 -05:00
0151c0ce4d xo-arena: annex AllocHeaderConfig.hpp from xo-alloc2 2026-01-06 00:11:29 -05:00
49ee32cb30 xo-arena: annex padding from xo-alloc2 2026-01-06 00:08:50 -05:00
afa2942159 xo-alloc2 xo-arena: adopt AllocHeader.hpp 2026-01-06 00:05:10 -05:00
5d83363a69 xo-arena xo-facet xo-alloc2: build restored 2026-01-06 00:01:38 -05:00
f9deeb298a + xo-printable2 + build fixes for cmake config 2026-01-04 23:03:18 -05:00
ed0ca0a16b xo-gc: copy/move step for collection phase 2026-01-04 00:34:19 -05:00
0aa111abd5 xo-alloc2: gcc compiler nit 2026-01-03 14:01:45 -05:00
c1ebe1febd xo-object2: utest: ++ allocation in collector utest 2026-01-02 18:55:53 -05:00
d5b6861b80 xo-alloc: explicit typeseq arg to alloc 2026-01-02 10:20:19 -05:00
a136241fbb xo-object2: type registration + gc fixes 2026-01-02 09:53:23 -05:00
3af1cf1bda xo-facet: typeseq strongly typed 2026-01-02 09:52:16 -05:00
90bb58e186 xo-facet: extend facet gen scope to IFoo_{Xfer,Any}, RFoo 2025-12-25 12:33:07 -05:00
8f98ed0d2b xo-gc xo-object2 xo-alloc2: templates for FOMO [WIP] 2025-12-24 19:39:11 -05:00
0136044ba2 xo-alloc2: ++ documentation 2025-12-24 01:29:57 -05:00
289751d3fd xo-alloc2: ++ documentation + threshold size for THP feature 2025-12-23 21:06:38 -05:00
992e5a5a8c xo-alloc2: ++ docs + scaffold xo-gc docs 2025-12-23 01:20:11 -05:00
b22a8fc273 xo-gc xo-alloc: refactor for file organization 2025-12-22 23:31:12 -05:00
3b89f367d7 xo-gc: refactor to extract DX1Collector etc from xo-alloc2/ 2025-12-22 22:24:10 -05:00
acf371b8c2 xo-alloc2: ++ docs 2025-12-22 20:46:40 -05:00
29d8b45ab2 xo-alloc2: utest: cleanup stray error messages 2025-12-21 22:55:19 -05:00
7e8f49d256 xo-alloc2: misc refactoring / debug logging 2025-12-21 22:37:39 -05:00
04c506261d xo-alloc2: bugfix: account for guard_z for begin_header() 2025-12-21 22:36:05 -05:00
c6fbaf7b5e xo-alloc2: working operator* for AAllocIterator 2025-12-21 16:20:13 -05:00
13edc3a973 xo-alloc2: utest: verify ++op for alloc iterators 2025-12-21 15:28:25 -05:00
56a71351c5 xo-alloc2: tidy: rename DArenaIterator utest for consistency 2025-12-21 15:27:14 -05:00
0a596294b2 xo-alloc2: + AllocRange aux class, for alloc_range() 2025-12-21 15:23:39 -05:00
30615341e2 xo-alloc2: work on alloc_range + operator++ for alloc iterators [WIP] 2025-12-19 13:55:19 -05:00