Commit graph

77 commits

Author SHA1 Message Date
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
823b1f198e xo-alloc2: tiny work on alloc iterator utest 2025-12-18 20:41:23 -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
7ae1a34ed3 xo-alloc2: utest: check guard bytes 2025-12-16 23:00:00 -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
0c2cd7a64e xo-alloc2: + comments 2025-12-15 01:05:38 -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
8134cd27d4 xo-alloc2: streamline headers (more reorg) 2025-12-14 17:04:45 -05:00
019913bb51 xo-alloc2: header reorg 2025-12-14 17:01:48 -05:00
0496bd12e6 xo-alloc2: header reorg + DX1Collector utest 2025-12-14 16:58:58 -05:00
df8892442c xo-alloc2: header reorg + DX1Collector utest 2025-12-14 16:58:25 -05:00
6e6305c72f xo-alloc2 xo-object: bugfix + refactor -> IGCObject_DList builds 2025-12-14 13:52:29 -05:00
201d2576ad xo-alloc2: shallow_copy api + bugfixes [WIP] 2025-12-14 11:30:12 -05:00
71bdda1e16 xo-alloc2 scaffold for ACollector + AGCObject facets. [WIP] 2025-12-13 22:20:29 -05:00