Commit graph

53 commits

Author SHA1 Message Date
8156e5149a xo-object2: - dead comment in CMakeLists.txt 2026-05-27 08:17:12 -04:00
211bc93c85 xo-gc stack: fix mutation setup + xo-reader2 utest 2026-05-07 23:44:32 -04:00
024574350a 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
d24f851eb5 xo-object2: obj<ACollector> argument to DArray::push_back() 2026-04-28 23:17:00 -04:00
375f8c1ec4 xo-gc stack: + request-gc-statistics() primitive
1. xo-gc now depends on xo-object2.
2. use genfacet for ICollector_DX1Collector
3. moves xo-gc utest previously in xo-object2 to more natural
   location in xo-gc/
2026-03-29 13:44:19 -04:00
69dde32c23 xo-gc: generation -> Generation + bugfix idle test 2026-03-26 11:30:16 -04:00
74f84f6c8b xo-interpreter2: + xo-gc dep for primitives 2026-03-24 22:12:38 -04:00
2bfc43bfe5 xo-object2: X1Collector utest follows RootSet intro 2026-03-24 22:09:04 -04:00
441044dd01 xo-object2: streamline setup 2026-03-16 14:57:23 -05:00
e2b239dfb9 xo-object2 stack: refactor/tidy after GCObject -> alloc2 2026-03-05 20:11:05 +11:00
00a22e81c0 refactor: + xo-stringtable2 w/ DString impl 2026-03-05 00:50:58 +11:00
c8a76d23bd xo-gc xo-alloc2: move Collector faceet gc/ -> alloc2/ for levelling 2026-03-04 22:26:31 +11:00
26f931cd9c xo-interpreter2: work towards utest w/ vsm+reader [WIP] 2026-02-01 22:12:28 -05:00
013c1a4896 xo-gc: + CollectorTypeRegistry for streamlined init 2026-01-16 16:10:00 -05:00
d87caecce8 xo-object2: + DString::from_view() 2026-01-15 19:37:32 -05:00
a16ab7e7c2 xo-objectd2: + DString.hash() + utest 2026-01-15 17:39:17 -05:00
e346514c06 xo-object2: + string comparison operators 2026-01-15 17:28:54 -05:00
11365c95ac xo-object2: allow 0-capacity DArrays + utest 2026-01-15 17:22:03 -05:00
3052ecdbcf xo-object: + DString.compare() + utest 2026-01-15 17:21:37 -05:00
f30ef137ee xo-object2: ++ Collector utest w/ DInteger + scaffodl DArray 2026-01-15 15:28:13 -05:00
698b44a92f xo-object2: + DArray::at() + utests 2026-01-15 13:41:24 -05:00
bf555ddd10 xo-object2: + DArray [WIP] + utest 2026-01-15 13:15:18 -05:00
aea37f2523 xo-object2: + StringOps.printf() + utest 2026-01-15 11:29:35 -05:00
ede658219c xo-object2: + StringOps.clone + utest 2026-01-15 11:25:26 -05:00
b628dbd187 xo-object2: + StringOps::from_cstr + utest 2026-01-15 11:17:55 -05:00
f374e75f7b xo-object2: + StringOps + utest 2026-01-15 10:46:38 -05:00
5e6db993ee xo-object2: tidy IGCObject_DInteger + codegen 2026-01-15 00:58:55 -05:00
9244302cc1 xo-object2: streamline GCObject_DFloat + codegen 2026-01-15 00:46:39 -05:00
503fd41c78 xo-object2: tidy IGCObject_DList 2026-01-15 00:32:50 -05:00
e6d1e935a5 xo-object2: tidy: IPrintable_DList -> list/ subdir 2026-01-15 00:13:27 -05:00
bdef330832 xo-object2: expand Printable.test.cpp to exercise DString 2026-01-14 17:08:17 -05:00
7e0b182da3 xo-object2: + DString.sprintf 2026-01-14 16:42:11 -05:00
8a5cd339e8 xo-facet xo-object2: facet fixes + IPrintable_DString 2026-01-14 16:32:58 -05:00
78e7548e53 xo-object2 xo-gc xo-facet: codegen updates + IGCObject_DString 2026-01-14 14:37:44 -05:00
629db9b93a xo-object2: + DString iterator methods 2026-01-13 17:52:27 -05:00
f620fc3965 xo-object2: + DString utests 2026-01-13 17:42:50 -05:00
d3ba2900d6 xo-object2: + DString::assign 2026-01-13 17:07:03 -05:00
6b216a7e84 xo-object2: add DString::from_cstr + utest 2026-01-13 16:47:44 -05:00
8d577129ee xo-object2: beginning of DString + utest 2026-01-13 16:43:58 -05:00
3d8cff5483 xo-alloc2 xo-object2 : refactor to build on osx 2026-01-12 01:03:49 -05:00
8f1361763e xo-object2: streamline DList::list use 2026-01-11 12:32:02 -05:00
ce32d59bc3 xo-object: streamline DFloat construction, like w/ DList/DInteger 2026-01-09 18:09:50 -05:00
59ce547db3 xo-object2: streamline DInteger alloc. make() -> box() 2026-01-09 17:54:42 -05:00
148d5e9ca0 xo-objectd2 xo-printable xo-facet: pp working for List(Integer)
Also streamline facet switching
2026-01-09 17:48:54 -05:00
80537c3d68 xo-arena: annex AllocInfo.*pp from xo-alloc2 2026-01-06 00:14:13 -05:00
fff821ec8f xo-arena: annex padding from xo-alloc2 2026-01-06 00:08:50 -05:00
103ffb8a17 xo-gc xo-object2: gc bugfixes and logging [WORKING] 2026-01-04 15:33:08 -05:00
65ee116ff8 xo-gc: copy/move step for collection phase 2026-01-04 00:34:19 -05:00
b14d43a633 xo-gc: + arena for object roots 2026-01-03 13:53:21 -05:00
dd3185fb1a xo-gc: + execute_gc() scaffold 2026-01-03 00:19:26 -05:00