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
A pure expression such as `(a + b).c` of constant type is now characterized
again as a pure path (since it will be eventually replaced by that constant,
which is a path).
This fixes instability problems in pickling and improves inlining. For instance
`assert(0 == 0)` is reduced to `()` again with this change.
0 commit comments