Commit graph

42 commits

Author SHA1 Message Date
eea239d6ad xo-gc stack: coverage improvement + related tidying 2026-05-11 09:27:24 -04:00
8459c883f1 xo-alloc2: tidy for ++ utest coverage 2026-05-08 08:19:31 -04:00
b64940fa0a xo-gc stack: fix mutation setup + xo-reader2 utest 2026-05-07 23:44:32 -04:00
3625758272 xo-gc stack: refactor + streamline.
Retiring unused Collector typealiases.
Fix #include topology.
Fix/improve write barrier setup.
2026-05-02 13:49:29 -04:00
4ab49af785 xo-object2: streamline write barriers for DList,DArray muts 2026-05-01 20:38:38 -04:00
29c60f0089 xo-object2 stack: RAllocator.assign_barrier() works.
use for DList::assign_head(), DArray::assign_at().
2026-05-01 20:14:26 -04:00
f7ab6beff0 refactor focusing on xo-alloc2/ xo-gc/ write-barrier
ability to inform allocator of gco->gco mutation, via AAllocator i/face.
2026-05-01 19:54:26 -04:00
fa3e988b1e xo-alloc2: Use move semantics for std_copy_for
Prep for moving to ACollector interface
2026-04-04 14:38:57 -04:00
5909e9797f xo-gc: + ACollector.assign_member() 2026-03-24 22:11:25 -04:00
b1add3bbff xo-gc xo-alloc2: move Collector faceet gc/ -> alloc2/ for levelling 2026-03-04 22:26:31 +11:00
6f3833d6fb xo-interpreter2 stack: define-expr's work at top-level 2026-02-17 14:42:17 -05:00
176be07731 xo-alloc2: + RAllocator.alloc_copy_for convenience method 2026-02-15 14:09:52 -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
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
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
154eca1086 xo-arena xo-facet xo-alloc2: build restored 2026-01-06 00:01:38 -05:00
3f1470f938 xo-object2: utest: ++ allocation in collector utest 2026-01-02 18:55:53 -05:00
6bd33bd900 xo-alloc: explicit typeseq arg to alloc 2026-01-02 10:20:19 -05:00
fb14fcad15 xo-facet: typeseq strongly typed 2026-01-02 09:52:16 -05:00
3b1be6843c xo-facet: extend facet gen scope to IFoo_{Xfer,Any}, RFoo 2025-12-25 12:33:07 -05:00
2eee5e715d xo-alloc2: ++ documentation 2025-12-24 01:29:57 -05:00
5465235b13 xo-alloc2: ++ documentation + threshold size for THP feature 2025-12-23 21:06:38 -05:00
093cf3c969 xo-gc: refactor to extract DX1Collector etc from xo-alloc2/ 2025-12-22 22:24:10 -05:00
59ba178630 xo-alloc2: misc refactoring / debug logging 2025-12-21 22:37:39 -05:00
cb0add52df xo-alloc2: working operator* for AAllocIterator 2025-12-21 16:20:13 -05:00
84a4d46804 xo-alloc2: + AllocRange aux class, for alloc_range() 2025-12-21 15:23:39 -05:00
5c7a2e1ad5 xo-alloc2: work on alloc_range + operator++ for alloc iterators [WIP] 2025-12-19 13:55:19 -05:00
d09c18eb19 xo-alloc2: tiny work on alloc iterator utest 2025-12-18 20:41:23 -05:00
70ce4712e1 xo-alloc2: + Allocator.alloc_range() with DArena input 2025-12-18 18:34:54 -05:00
3184b37460 xo-alloc2: work on alloc iteration. 2025-12-18 11:22:36 -05:00
4fb50592ac xo-alloc2: DX1CollectorIterator infra [WIP] 2025-12-17 20:16:46 -05:00
1383c477f0 xo-alloc2: work on AllocIterator [WIP] 2025-12-17 10:21:57 -05:00
bc1f669ec7 xo-alloc2: utest: check guard bytes 2025-12-16 23:00:00 -05:00
7cd7b6dfdb xo-alloc2: refactor: + AllocInfo.cpp 2025-12-16 22:08:44 -05:00
5a5de795c1 xo-alloc2: add guard-byte spans to AllocInfo 2025-12-16 21:43:51 -05:00
1dc221e65f xo-alloc2: rename: AllocatorError -> AllocError 2025-12-16 17:18:38 -05:00
ef8ec32a2d xo-alloc2: + Allocator::alloc_info()
Also extend unit test
2025-12-16 16:44:44 -05:00
e369bc93f4 xo-alloc2: refactor - explicit AllocHeader class 2025-12-16 11:43:41 -05:00
cffee6b7cf xo-alloc2: header reorg redux 2025-12-14 17:16:05 -05:00