Replies: 1 comment 3 replies
-
Funnily enough I've been thinking of this as well, moreso related to event linkage. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To avoid round trips to the runtime and user code between operations that can be submitted ahead of time, can we automate the creation of chains?
It would make it possible to convert subsequent operations that do not have data dependencies, but are relying on precise exceptions, into a chain.
Before
After
This should enable fewer round trips to the runtime while preserving precise exceptions and linear execution.
Beta Was this translation helpful? Give feedback.
All reactions