You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows transform chains to be highly optimized when their modifications aren't actually consumed downstream.
176
+
130
177
Note that "downstream" in this context refers to nodes that are called later in the function call stack building phase, which is inverted compared to the usual data flow direction.
131
178
132
179
This can be implemented as a compiler pass similar to the compose node insertion.
0 commit comments