Commit graph

49 commits

Author SHA1 Message Date
ae0bbb91d7 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
6151ac0b83 xo-gc stack: genfacet for Collector + facet registry bugfix 2026-03-27 22:33:21 -04:00
1b72597be0 xo-facet: bugfix: is_convertible_v usage
is_convertible_v<T,T> can be false if T isn't copyable.
since dealing with a T pointer, actually want
is_convertible_v<T*,T*>
2026-03-24 17:47:52 -04:00
b37423d13a xo-gc: + remove_gc_root_poly() 2026-03-12 20:30:45 -05:00
ad992d9e5d xo-interpreter2 stack: refactor + bugfix operator expr 2026-03-12 20:26:08 -05:00
61c0342233 xo-reader2 stack: expand symbol table to store typedefs
+ typedef utest
+ misc qol policy choices
2026-03-11 07:49:14 -05:00
3778de549b xo-facet: need assert in boolean logic for invalid corner case 2026-03-04 14:04:17 +11:00
3c9e73725b xo-facet: bugfix: carefuly GCConversion w/ DVariantPlaceholder 2026-03-04 14:02:23 +11:00
0284eef555 xo-reader2 stack: + xo-numeric + setup multi dispatch for *,/ 2026-02-18 21:47:02 -08:00
0d54f8940b + xo-numeric/ [WIP] 2026-02-18 13:44:57 -05:00
c7a409a08d xo-expression2 stack: expand MemorySizeInfo w/ per-type detail 2026-02-16 00:48:00 -05:00
5315485270 xo-reader2 stack: + TypeRegistry 2026-02-15 22:57:15 -05:00
ff5bff1aa5 xo-gc stack: streamline object pointer forwarding 2026-02-13 15:15:08 -05:00
efd073492c xo-facet: + to_facet() convenience method on obj<A,D> 2026-02-04 16:23:55 -05:00
f8cd18bcb5 xo-reader2 stack: misc qol improvements + improve reader2 utest 2026-02-03 13:23:38 -05:00
bb137da6f8 xo-interpreter2 stack: cleanup memory reporting 2026-02-03 11:55:50 -05:00
39ce835b1b xo-interpreter2: scaffold repl + alloc measurement frameowkr 2026-02-02 21:55:34 -05:00
5c273c2fee xo-interpreter2: refactor to setup vsm utest + repl 2026-02-02 10:53:28 -05:00
7febea8fc3 xo-interpreter2: work towards utest w/ vsm+reader [WIP] 2026-02-01 22:12:28 -05:00
8c205e2e5e xo-reader2 xo-expression2: define example working and printing
def foo : f64 = 3.141593;
2026-01-22 18:40:42 -05:00
58481857e2 xo-reader2: DefineSsm: respond to = token 2026-01-21 17:35:01 -05:00
5787565bfb xo-reader2: + pretty-printing for ParserResult + use in utest 2026-01-20 12:40:26 -05:00
0a90b73277 xo-reader2 xo-expresion2: work on define-expressions [WIP] 2026-01-19 21:25:30 -05:00
f4071256e8 xo-objectd2 xo-printable xo-facet: pp working for List(Integer)
Also streamline facet switching
2026-01-09 17:48:54 -05:00
fe4fc4a28d xo-facet: runtime facet lookup [PROTO] 2026-01-09 10:07:20 -05:00
b1ec26a9fd xo-facet: + FacetRegistry tidy 2026-01-08 19:46:32 -05:00
074edc97d9 xo-facet: + FacetRegistry for runtime poly facet finding 2026-01-08 19:38:21 -05:00
17ebc67bdb xo-arena xo-facet xo-alloc2: build restored 2026-01-06 00:01:38 -05:00
bef5d9cf72 Merge branch 'claude0' 2026-01-05 23:32:07 -05:00
c748155d7c refactor: move xo::facet::typeseq to xo-reflectutil/
prep for adding xo-arena/
2026-01-05 21:49:33 -05:00
ab13588c6e xo-object2: Printable+DList [WIP] 2026-01-05 17:10:22 -05:00
195d59534f xo-alloc: explicit typeseq arg to alloc 2026-01-02 10:20:19 -05:00
d5201d2a31 xo-object2: type registration + gc fixes 2026-01-02 09:53:23 -05:00
0c06430703 xo-facet: typeseq strongly typed 2026-01-02 09:52:16 -05:00
08763e606a xo-alloc2: ++ documentation + threshold size for THP feature 2025-12-23 21:06:38 -05:00
a0dd932139 xo-alloc2: working operator* for AAllocIterator 2025-12-21 16:20:13 -05:00
d6b727b1c0 xo-alloc2: bugfix: properly assign iface_ pointer for OObject ops 2025-12-20 22:40:33 -05:00
fdaf298d50 xo-alloc2: work on alloc_range + operator++ for alloc iterators [WIP] 2025-12-19 13:55:19 -05:00
9665e4fe75 xo-alloc2: + Allocator.alloc_range() with DArena input 2025-12-18 18:34:54 -05:00
ecdc58898a xo-alloc2: work on alloc iteration. 2025-12-18 11:22:36 -05:00
313c629a07 xo-alloc2: DX1CollectorIterator infra [WIP] 2025-12-17 20:16:46 -05:00
c8deb2a30d xo-alloc2 : work on X1Collector unit test [WIP] 2025-12-15 22:43:21 -05:00
7fb5cfb432 xo-alloc2: progress on forwarding objects [WIP] 2025-12-15 00:56:49 -05:00
412e325e7b xo-alloc2: ICollector_Xfer + ICollector_DX1Collector [WIP] 2025-12-14 18:30:46 -05:00
5d9345e8fd xo-alloc2 xo-object: bugfix + refactor -> IGCObject_DList builds 2025-12-14 13:52:29 -05:00
0db9a1ec23 xo-alloc2: shallow_copy api + bugfixes [WIP] 2025-12-14 11:30:12 -05:00
70527c86d5 xo-alloc2: work on fomo Arena 2025-12-11 11:14:46 -05:00
ab7b71433e xo-facet: header impl + docs 2025-12-10 20:17:21 -05:00
85d4f0ee15 xo-facet: + doc scaffold + begin include scaffold 2025-12-10 09:56:09 -05:00