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
20c6ba19d3
Flip async source nodes onto record wires by lifting their slot values
2026-08-05 23:54:42 +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
c20a243fc2
Flip lend-parameter nodes onto record wires and keep the clone adapter plain
2026-08-05 22:57:51 +00:00
Dennis Kobert
3eecc31bfd
Flip generic value nodes onto record wires through phantom struct parameters
2026-08-05 22:39:25 +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
60f80682c5
Collapse duplicate proto nodes when assigning stable ids
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
62b7ccf40c
Support bare reference parameters and lending outputs in the node macro and make the clone node the clone-out adapter
2026-08-03 18:29:16 +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
8fb18012cf
Remove unuse allow dead code
2026-08-02 19:35:43 +02:00
Dennis Kobert
2b3161773f
Propagate tokio runtime creation failure in graphene-cli
2026-08-02 19:29:33 +02:00
Dennis Kobert
167d733f02
Wire the async source runtimes into the hosts
2026-08-02 19:24:51 +02:00
Dennis Kobert
ee499be31f
Add test coverage for the repeat nodes
2026-08-02 16:18:07 +00:00
Dennis Kobert
d385f3c69b
Fix warnings
2026-08-02 15:06:11 +00:00
Dennis Kobert
e372f78b7e
Address pr review
2026-08-02 14:31:13 +00:00
Dennis Kobert
8686b2c891
Export the async-source flag from the macro and dispatch superseded type deltas in tests
2026-08-02 14:09:27 +00:00
Dennis Kobert
e3aa32bc83
Fix wireing of async sources
2026-08-02 14:02:53 +02:00
Dennis Kobert
77d439ec35
Silence the dead-code warnings for groundwork the host wiring will use
2026-08-01 00:59:26 +02:00
Dennis Kobert
c30054579f
Adapt the cutover to the reviewed core-types API
2026-07-31 23:39:39 +02:00
Dennis Kobert
81a319430b
Cut over to the graphene execution model
2026-07-31 23:19:42 +02:00
Dennis Kobert
1fb6fcb447
Remove the unused CtxSnapshot scope reconstruction
2026-07-31 22:55:53 +02:00
Dennis Kobert
32d244e700
Make the sources fields private and normalize them on every mutation
2026-07-31 22:00:22 +02:00
Dennis Kobert
0877f9d50e
Park the arena during drop glue, guard filled batches, and normalize deserialized sources
2026-07-31 20:09:46 +02:00
Dennis Kobert
14c1dd0397
Guard the shared generation counter in tests and reject oversized batch ranges
2026-07-31 19:30:59 +02:00
Dennis Kobert
daf7b3e7b9
Make arena generation exhaustion fallible with an unsafe counter rewind
2026-07-31 19:08:09 +02:00
Dennis Kobert
bdf53070f2
Forward serialize through node wrappers and free abandoned frame table reservations
2026-07-31 18:12:53 +02:00
Dennis Kobert
0d0ec96709
Draw arena generations from a global counter so foreign handles never upgrade
2026-07-31 17:48:09 +02:00
Dennis Kobert
6feaf4ec9d
Drop arena entries in reverse allocation order and require Send + Sync payloads
2026-07-31 17:21:11 +02:00
Dennis Kobert
5541769dc5
Fix frame table key aliasing and arena handle offset truncation
2026-07-31 16:46:20 +02:00
Dennis Kobert
1fccb112cb
Add the core execution types, the borrowed context, and the seeded u64 fx hasher
2026-07-31 13:11:36 +00:00
Timon
eb50be844b
Remove now obsolete disable-registration special case from node macro ( #4375 )
2026-07-25 13:54:46 +00:00
Dennis Kobert
0f0f62c2e9
Enforce unwind safety on all public executor entry points ( #4356 )
2026-07-24 09:34:40 +00:00
Timon
f5b1fee85f
Fix node insertion crash caused by mismatched DefinitionIdentifier serialization ( #4353 )
2026-07-22 09:38:07 +00:00
Timon
6f8c4b2adb
Desktop: Stop compiling the editor into the wasm wrapper ( #4348 )
...
* Make wasm wrapper not depend on editor on native
* Introduce pkg-native
* Fix tests
* Fix fmt
* Correct span and make cargo fmt work inside editor_commands block
* Review
* Fix lint
2026-07-18 10:33:38 +00:00
Timon
a040362d4a
Change footprint to always be in physical instead of logical space ( #4280 )
...
* Fix footprint scale
* Footprint in physical pixels
* Move scale conversion to `create_context`
* Remove scale from render cache
* Review
2026-07-15 13:37:46 +00:00
Keavon Chambers
e40fe7843d
Exclude teardown metrics from executors in the gungraun benchmark functions ( #4336 )
2026-07-15 05:29:48 -07:00
Timon
dc813e35fc
More consistent document crate names ( #4323 )
...
* More consistent document crate names
* Fix fmt
* Fix ASCII art diagrams
* rename document-graph to document-graph-storage
2026-07-15 12:25:12 +00:00
Timon
f0bb2edb3d
Desktop: Handle keyboard shortcuts that are skipped by CEF on Mac ( #4322 )
...
* Fix text selection on Mac
* Review
2026-07-15 10:57:48 +00:00
Timon
7e29fe9a31
Fix lifetime of cached textures ( #4333 )
...
* Fix in-use textures being destroyed
* Remove ImageTexture refs
* Review
2026-07-14 14:51:33 -07:00