Dennis Kobert
|
e68254eff3
|
Carry an extent hint on batch returns
|
2026-08-21 12:32:57 +00:00 |
|
Dennis Kobert
|
61cf619f4b
|
Add the lower-bound extent and the past-end signal
|
2026-08-21 12:22:09 +00:00 |
|
Dennis Kobert
|
7ffc9b9e3b
|
Add the folded subject to LayoutMeta and derive reducer depth from it
|
2026-08-19 21:43:14 +00:00 |
|
Dennis Kobert
|
e25e32ee8a
|
Add the per-copy inner extent accessor
|
2026-08-18 11:02:25 +00:00 |
|
Dennis Kobert
|
043f28cc23
|
Add StatusCell snapshot, List copy, and interrupt-to-batch conversion
|
2026-08-18 08:53:38 +00:00 |
|
Dennis Kobert
|
b7413dd22c
|
Add the replaced context derivation for same-level remaps
|
2026-08-17 14:47:41 +00:00 |
|
Dennis Kobert
|
8508dc6c9d
|
Add the rank-model extend concatenating two sources at the top level
|
2026-08-17 11:42:52 +00:00 |
|
Dennis Kobert
|
ae7c51a964
|
Drop stale imports left behind by the record-wire port
|
2026-08-17 10:28:29 +00:00 |
|
Dennis Kobert
|
0f3e3f7337
|
Materialize ranked non-subject inputs whole and expose them to extent overrides
|
2026-08-17 09:26:59 +00:00 |
|
Dennis Kobert
|
a03db0ac6c
|
Decompose the flat index over the content extent in structure creators
|
2026-08-17 08:09:27 +00:00 |
|
Dennis Kobert
|
3df028cb18
|
Wire record-io plain values as record edges in the registry, extracted at construction
|
2026-08-16 17:47:25 +00:00 |
|
Dennis Kobert
|
e423dd96de
|
Support lazy record carriers so a creator can read and rewrite attrs per copy
|
2026-08-16 17:13:19 +00:00 |
|
Dennis Kobert
|
131abf5883
|
Give extent overrides a typed input surface instead of the raw node form
|
2026-08-16 15:55:17 +00:00 |
|
Dennis Kobert
|
3859bd713e
|
Install element layouts on the runtime test graphs
|
2026-08-16 11:29:20 +00:00 |
|
Dennis Kobert
|
ac40f1838f
|
Store record batches in caller-owned frame buffers instead of aliased stack pointers
|
2026-08-16 11:29:20 +00:00 |
|
Dennis Kobert
|
d32caeab52
|
Add a generic lazy repeat that evaluates its content at each copy index
|
2026-08-16 11:28:11 +00:00 |
|
Dennis Kobert
|
f9e30c4c77
|
Install record layouts from the pass via set_layout
|
2026-08-15 11:20:01 +00:00 |
|
Dennis Kobert
|
bfa48439c8
|
Resolve coercion nodes and dynamic values in the layout pass
|
2026-08-15 08:48:29 +00:00 |
|
Dennis Kobert
|
fdf13f91cb
|
Materialize a reducer's ranked input into a List and fold it
|
2026-08-14 21:19:20 +00:00 |
|
Dennis Kobert
|
98e6b97072
|
Reshape the extent trait to a written extent_at and a derived composite
|
2026-08-14 09:10:04 +00:00 |
|
Dennis Kobert
|
83fbaca6f2
|
Unify the layout metadata model and collapse the single-row entry emitters
|
2026-08-12 13:11:48 +00:00 |
|
Dennis Kobert
|
b6f73b0691
|
Emit declarative LayoutMeta from the node macro into registry entries
|
2026-08-11 20:08:45 +00:00 |
|
Dennis Kobert
|
557f8020bb
|
Add the leveled extent_at/depth trait surface and the push_level context helper
|
2026-08-11 20:08:45 +00:00 |
|
Dennis Kobert
|
264601c5f7
|
Return records from eval_batch through a RecordBatch view
|
2026-08-11 09:26:36 +00:00 |
|
Dennis Kobert
|
5db7e1816a
|
Make Node::layout non-optional, defaulting to a shared empty layout
|
2026-08-11 09:20:02 +00:00 |
|
Dennis Kobert
|
a465948ad4
|
Always-spill records, retiring inline-16 and reclaiming read-out record frames
|
2026-08-10 10:29:22 +00:00 |
|
Dennis Kobert
|
63cf0151e2
|
Change stack return to standart sret semantics
|
2026-08-08 07:33:33 +00:00 |
|
Dennis Kobert
|
9c7a633d5b
|
Adopt tuple attribute io and the carrier lowering, deleting the bridge adapters for record-only wires
|
2026-08-06 18:48:16 +00:00 |
|
Dennis Kobert
|
ea49f3c2fc
|
Delete the Ref wire type and its lend edge surface
|
2026-08-06 12:24:50 +00:00 |
|
Dennis Kobert
|
100f81c307
|
Retire the lend machinery and flip the clone node onto record wires
|
2026-08-06 11:57:18 +00:00 |
|
Dennis Kobert
|
886ff03ef2
|
Construct value nodes as native record sources
|
2026-08-06 10:24:44 +00:00 |
|
Dennis Kobert
|
7a1d1f3238
|
Define the frame memo through the record-opaque class over same-frame byte copies
|
2026-08-06 09:57:21 +00:00 |
|
Dennis Kobert
|
612afb7ebb
|
Capture the input context snapshot on the monitor io record
|
2026-08-06 09:37:48 +00:00 |
|
Dennis Kobert
|
daf3f25d21
|
Define the monitor through the record-opaque class and move introspection to element reads
|
2026-08-06 09:07:57 +00:00 |
|
Dennis Kobert
|
a2de2a9c09
|
Add the record-opaque kernel class to the node macro and define memoize through it
|
2026-08-06 08:28:52 +00:00 |
|
Dennis Kobert
|
98be2b8c79
|
Carry erased element and re-park glue on layouts and collapse memoize to a generic record row
|
2026-08-06 08:01:19 +00:00 |
|
Dennis Kobert
|
83fda4f08c
|
Update the core-types runtime tests to record wires
|
2026-08-06 06:46:28 +00:00 |
|
Dennis Kobert
|
7eeb7d84cd
|
Flip poll kernels and derived-context lazy nodes onto record wires and land record roots at the host rim
|
2026-08-05 23:42:24 +00:00 |
|
Dennis Kobert
|
7ddc66adbe
|
Flip lazy-input nodes onto record wires through the element lazy input
|
2026-08-05 23:12:43 +00:00 |
|
Dennis Kobert
|
7099f056dc
|
Flip concrete value nodes onto record wires with bridge rows for every value type
|
2026-08-05 22:18:50 +00:00 |
|
Dennis Kobert
|
9680d34abf
|
Carry record elements by the drop-glue rule and unify the lift and extract adapters
|
2026-08-05 22:17:50 +00:00 |
|
Dennis Kobert
|
592b2fbe32
|
Turn context modification into a generic record routing node and park droppable elements as arena references
|
2026-08-05 19:25:17 +00:00 |
|
Dennis Kobert
|
9fc4fcc7a0
|
Inline records of at most 16 bytes into the two-word RecordValue with layout-resolved storage
|
2026-08-05 17:23:09 +00:00 |
|
Dennis Kobert
|
7915800d73
|
Add per-field erased-read glue, the record monitor with introspection capture, and rename record constructors to new
|
2026-08-05 15:22:20 +00:00 |
|
Dennis Kobert
|
c91be74a55
|
Add the Record wire type, record registry rows, lift and extract adapters, and executor stack reservation
|
2026-08-05 12:24:20 +00:00 |
|
Dennis Kobert
|
abe2a565d1
|
Drop the list driver, make attribute values Copy over arena references, and land record-tier offset io on a per-thread record stack
|
2026-08-05 09:47:03 +00:00 |
|
Dennis Kobert
|
6154e4d219
|
Add the attribute census, node macro attribute io over list wires, and the rank-0 record tier
|
2026-08-04 22:05:02 +00:00 |
|
Dennis Kobert
|
9b45af854a
|
Emit Ref wire types for lending rows and splice lend/clone_out adapters in the type checker
|
2026-08-03 16:33:27 +00:00 |
|
Dennis Kobert
|
562e6602eb
|
Poll source tasks once at spawn and land inline completions in the first eval
|
2026-08-03 10:21:46 +00:00 |
|
Dennis Kobert
|
e372f78b7e
|
Address pr review
|
2026-08-02 14:31:13 +00:00 |
|