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
Since `DFS!` is a decent fraction of the work for updating the domtree,
this should be a noticeable improvement to semi-concrete eval for very
large functions.
Profiling downstream shows a lot of time spent `push!`ing into the
worklist and creating temporary arrays.
0 commit comments