|
|
6dc2bf1e93
|
xo-gc: X1Collector.assign_member() + GCRoots + use ArenaVector
Using ArenaVector for mlog.
|
2026-03-24 22:06:20 -04:00 |
|
|
|
2c2332c0a9
|
xo-gc: + MutationLogEntry.hpp [WIP]
|
2026-03-18 09:50:01 -04:00 |
|
|
|
67bed95cc2
|
xo-gc: + remove_gc_root_poly()
|
2026-03-12 20:30:45 -05:00 |
|
|
|
87af734814
|
xo-interpreter2 stack: refactor + bugfix operator expr
|
2026-03-12 20:26:08 -05:00 |
|
|
|
79586af2fa
|
xo-object2 stack: refactor/tidy after GCObject -> alloc2
|
2026-03-05 20:11:05 +11:00 |
|
|
|
413616c098
|
xo-interpreter2 stack: refactor: string clases -> xo-stringtable2/
|
2026-03-05 13:02:12 +11:00 |
|
|
|
801b19dbcf
|
refactor: + xo-stringtable2 w/ DString impl
|
2026-03-05 00:50:58 +11:00 |
|
|
|
2a302f292b
|
xo-gc xo-alloc2: move Collector faceet gc/ -> alloc2/ for levelling
|
2026-03-04 22:26:31 +11:00 |
|
|
|
c3b6ec88fc
|
xo-gc: nit: prefer class ACollector to struct.
|
2026-03-04 15:35:04 +11:00 |
|
|
|
b8647c8141
|
xo-gc: + debug in GCObjectConversion
|
2026-03-04 14:07:08 +11:00 |
|
|
|
9515b15fd9
|
xo-gc: build nit: missing #include in X1Collector.hpp
|
2026-02-28 13:22:21 +11:00 |
|
|
|
62c3fcab01
|
build: + install target for idl .json5 files
|
2026-02-27 19:42:06 +11:00 |
|
|
|
aee40de3e6
|
xo-cmake: setup to make share target available via cmake install
|
2026-02-27 19:38:53 +11:00 |
|
|
|
4699ddc6da
|
xo: _Any.cpp files need <exception> for clang 18 build
|
2026-02-27 11:31:54 +11:00 |
|
|
|
8ee82675b7
|
xo-gc: docs build [WIP] + misc fixes + works w/ nix
|
2026-02-26 14:27:02 +11:00 |
|
|
|
a27b49d93d
|
xo-interpreter2 stack: define-expr's work at top-level
|
2026-02-17 14:42:17 -05:00 |
|
|
|
bbc0db9b56
|
xo-gc xo-cmake: simplify idl -> *.*pp codegen
|
2026-02-16 22:43:24 -05:00 |
|
|
|
9df80109df
|
xo-facet: move output-hpp-dir + subdir to idl/*.json5
|
2026-02-16 22:33:32 -05:00 |
|
|
|
cd143dce29
|
xo-interpreter2 stack: OUTPUT_CPP_DIR cmake->idl/
|
2026-02-16 17:46:51 -05:00 |
|
|
|
a750e85b9a
|
xo-reader2 stack: + TypeRegistry
|
2026-02-15 22:57:15 -05:00 |
|
|
|
01c63418fd
|
xo-gc: + X1CollectorConfig.with_name()
|
2026-02-15 13:15:11 -05:00 |
|
|
|
a4f655d621
|
xo-gc: + X1Collector.hpp convenience header
|
2026-02-15 13:06:33 -05:00 |
|
|
|
fed2d03930
|
xo-gc stack: streamline object pointer forwarding
|
2026-02-13 15:15:08 -05:00 |
|
|
|
d0a0cf0ad7
|
xo-interpreter2 stack: work on VSM for apply -> closure action [WIP]
|
2026-02-08 01:01:03 -05:00 |
|
|
|
06a35fa095
|
xo-reader2 stack: top-level lambda w/ apply parses
|
2026-02-05 15:45:40 -05:00 |
|
|
|
10bc9289c4
|
xo-interpreter2 .. xo-arena. memory pool introspection
|
2026-02-03 01:05:36 -05:00 |
|
|
|
5683623f04
|
xo-interpreter2: work towards utest w/ vsm+reader [WIP]
|
2026-02-01 22:12:28 -05:00 |
|
|
|
8f09a6045e
|
xo-reader2 xo-gc: streamline example + DX1Collector.ref() method
|
2026-02-01 17:26:24 -05:00 |
|
|
|
b056518e11
|
xo-expression2 xo-gc: DSequenceExpr builds [WIP]
|
2026-01-31 01:44:53 -05:00 |
|
|
|
d5e22163af
|
xo-procedure2 xo-object2: + polymorphic primitive support
|
2026-01-26 12:38:17 -05:00 |
|
|
|
c98a5c77a5
|
xo-gc: needs explicit xo_facet dep
|
2026-01-25 10:14:39 -05:00 |
|
|
|
9f42668036
|
xo-gc: + GCObjectConversion template
|
2026-01-25 10:09:53 -05:00 |
|
|
|
8247972d96
|
xo-reader2: + example app 'readerreplxx'
|
2026-01-23 11:54:32 -05:00 |
|
|
|
0e8fb5c965
|
xo-gc: + CollectorTypeRegistry for streamlined init
|
2026-01-16 16:10:00 -05:00 |
|
|
|
c817f01987
|
xo-expression2: + DUniqueString, use in StringTable
|
2026-01-16 13:05:58 -05:00 |
|
|
|
a455ca068b
|
xo-object2 xo-gc xo-facet: codegen updates + IGCObject_DString
|
2026-01-14 14:37:44 -05:00 |
|
|
|
03b663f291
|
xo-facet xo-gc xo-alloc2: facet cleanup + use genfacet for GCObject
|
2026-01-14 11:36:16 -05:00 |
|
|
|
a8cf04d9f6
|
xo-arena: annex DArena.* DArenaIterator.* from xo-alloc2
|
2026-01-06 00:49:41 -05:00 |
|
|
|
a34c3d96f9
|
xo-arena: annex ArenaConfig.hpp from xo-alloc2/
|
2026-01-06 00:41:37 -05:00 |
|
|
|
e2e621dc52
|
+ xo-printable2 + build fixes for cmake config
|
2026-01-04 23:03:18 -05:00 |
|
|
|
109b23db0e
|
xo-gc xo-object2: gc bugfixes and logging [WORKING]
|
2026-01-04 15:33:08 -05:00 |
|
|
|
f27dd9f0a1
|
xo-gc: copy/move step for collection phase
|
2026-01-04 00:34:19 -05:00 |
|
|
|
2e7f574655
|
xo-gc: + arena for object roots
|
2026-01-03 13:53:21 -05:00 |
|
|
|
e35a6ae587
|
xo-gc: + poly gc root method
|
2026-01-03 00:33:35 -05:00 |
|
|
|
c77a86dd5c
|
xo-gc: + execute_gc() scaffold
|
2026-01-03 00:19:26 -05:00 |
|
|
|
454d353c94
|
xo-gc: + Collector.is_type_installed()
|
2026-01-02 22:33:54 -05:00 |
|
|
|
25a85b71d3
|
xo-object2: utest: ++ allocation in collector utest
|
2026-01-02 18:55:53 -05:00 |
|
|
|
f8df25537e
|
xo-alloc: explicit typeseq arg to alloc
|
2026-01-02 10:20:19 -05:00 |
|
|
|
f6e515a5b4
|
xo-object2: type registration + gc fixes
|
2026-01-02 09:53:23 -05:00 |
|
|
|
9d3db8c4aa
|
xo-facet: typeseq strongly typed
|
2026-01-02 09:52:16 -05:00 |
|