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
I think it might want to interleave them. First we constant fold the outermost function. Then, we look at all the initUpvales inside it and see which ones are constant and propagate those constants into the inner functions. Then we repeat the process for the inner functions.
It would be nice if our constant folding pass could propagate things that aren't constant literals. For example:
The text was updated successfully, but these errors were encountered: