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
Revert "Avoid allocations in views of views (#53231)" (#57044)
This reverts commit 2bd4cf8. (#53231)
The reason for this revert is that it caused exponential blowup of types
in iterated views causing some packages to simply freeze when doing
something that worked ok in 1.10.
In my opinion, the perf gain from the PR is not outweighed by the "risk"
of hitting this compilation blowup case.
Fixes#56760.
Co-authored-by: KristofferC <[email protected]>
(cherry picked from commit b23f557)
0 commit comments