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
Avoiding the rebuild of _freeze_module and the refreezing would be nice, but it's not a huge deal (a few seconds in a ~hour long release process). Don't mix it in with this PR.
This is another low hanging fruit to make the Windows PGO build slightly faster (like #90281 did) by not building the _freeze_module again in the PGUpdate phase.
This will decrease both the MSVC and the clang-cl PGO build time (#130090).
In case of clang-cl, this saves me up to 40 seconds on my machine. Please see #131005Details pgupdate build times for more numbers
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Feature or enhancement
Proposal:
From #129907 (comment)
This is another low hanging fruit to make the Windows PGO build slightly faster (like #90281 did) by not building the _freeze_module again in the PGUpdate phase.
This will decrease both the MSVC and the clang-cl PGO build time (#130090).
In case of clang-cl, this saves me up to 40 seconds on my machine. Please see #131005
Details pgupdate build times
for more numbersHas this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: