Skip to content

Conversation

@neonene
Copy link
Contributor

@neoneneneonene commented Feb 20, 2022

MSVC seems to abort function inlining in _PyEval_EvalFrameDefault() not only when PGO building but even Release mode.
To check the regression, it'll be helpful if 3.10 and main git-branches have inlining reports in their build logs.

https://bugs.python.org/issue45116

@the-knights-who-say-ni

This comment was marked as resolved.

@neoneneneonene changed the title bpo-45116: Add a build option to display core function's inlinees on Windowsbpo-45116: Make --inlinestat option available in build.bat for diagnostic logsFeb 20, 2022
@neonene
Copy link
ContributorAuthor

An alternative is to set an envvar at .github/workflows/build.yml leaving build.bat as it is.

@neonene
Copy link
ContributorAuthor

This is no longer applicable as the GitHub CI is debug mode.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@neonene@the-knights-who-say-ni@bedevere-bot