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
Removed resultNode from nodeShared and reuse
allocations of nodeShared and nodeContext.
Reduces running time of all tests by about 15%.
This also simplifies disjunction handling and prepares
for optimizing disjunction handling further.
Note that with this change, it would be possible to
merge nodeShared and nodeContext into a single
type. This is left for later work.
This also delays the creation of the arcMap to
when it is really needed, avoiding another allocation
for the majority of nodes.
Change-Id: I40f39dbc5d07992cbc3490c4512caf9845ac1881
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/7403
Reviewed-by: CUE cueckoo <[email protected]>
Reviewed-by: Marcel van Lohuizen <[email protected]>
0 commit comments