Commit graph

69 commits

Author SHA1 Message Date
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
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
ee982276c9 refactor: + xo-stringtable2 w/ DString impl 2026-03-05 00:50:58 +11:00
10ea21264b xo: _Any.cpp files need <exception> for clang 18 build 2026-02-27 11:31:54 +11:00
19adf834ad xo-alloc2: register DArena facet + subsystem init 2026-02-16 09:31:49 -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
78a71baa31 xo-arena: annex DArena.* DArenaIterator.* from xo-alloc2 2026-01-06 00:49:41 -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
49ee32cb30 xo-arena: annex padding from xo-alloc2 2026-01-06 00:08:50 -05:00
5d83363a69 xo-arena xo-facet xo-alloc2: build restored 2026-01-06 00:01:38 -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
3b89f367d7 xo-gc: refactor to extract DX1Collector etc from xo-alloc2/ 2025-12-22 22:24:10 -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
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
1ec9759f19 xo-alloc: streamlining DArena allocation: + construct_with() helper 2025-12-18 19:41:47 -05:00
f9cc86e4a5 xo-alloc2: refactor: consolidate alloc methods into DArena 2025-12-18 18:54:01 -05:00
181ae9f12b xo-alloc2: + Allocator.alloc_range() with DArena input 2025-12-18 18:34:54 -05:00
d8ed0d6235 xo-alloc2: work on alloc iteration. 2025-12-18 11:22:36 -05:00
85204e9847 xo-alloc2: bugfix for DX1CollectorIterator 2025-12-17 21:02:30 -05:00
bf27314688 xo-alloc2: DX1CollectorIterator infra [WIP] 2025-12-17 20:16:46 -05:00
59c0311ed7 xo-alloc2: work on AllocIterator [WIP] 2025-12-17 10:21:57 -05:00
86f868589c xo-alloc2: refactor: + AllocInfo.cpp 2025-12-16 22:08:44 -05:00
75897884f0 xo-alloc2: add guard-byte spans to AllocInfo 2025-12-16 21:43:51 -05:00
2dec6dbee8 xo-alloc2: rename: AllocatorError -> AllocError 2025-12-16 17:18:38 -05:00
56bdaec94c xo-alloc2: + Allocator::alloc_info()
Also extend unit test
2025-12-16 16:44:44 -05:00
92fc2a4961 xo-alloc2: refactor - explicit AllocHeader class 2025-12-16 11:43:41 -05:00
1fd5d544f2 xo-alloc2 : work on X1Collector unit test [WIP] 2025-12-15 22:43:21 -05:00
31a8a8ae48 xo-alloc2: progress on forwarding objects [WIP] 2025-12-15 00:56:49 -05:00
257fc258ae xo-alloc2: ICollector_Xfer + ICollector_DX1Collector [WIP] 2025-12-14 18:30:46 -05:00
b26212c5aa xo-alloc2: still more header org-streamlining 2025-12-14 17:28:19 -05:00
fa32a95be5 xo-alloc2: header reorg redux 2025-12-14 17:16:05 -05:00
019913bb51 xo-alloc2: header reorg 2025-12-14 17:01:48 -05:00