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
Regression: fix compilation performance on Windows (#20193)
Caches isDirectory calls
Too many of them were added in
607e4d5
and this degraded compilation performance by up to 100% on Windows
Fixes#19924
backport to release-3.4.2
0 commit comments