Skip to content

bpo-45116: Make --inlinestat option available in build.bat for diagnostic logs - #31436

Closed
neonene wants to merge 2 commits into
python:mainfrom
neonene:inlinelog
Closed

bpo-45116: Make --inlinestat option available in build.bat for diagnostic logs#31436
neonene wants to merge 2 commits into
python:mainfrom
neonene:inlinelog

Conversation

@neonene

@neoneneneonene commented Feb 20, 2022

Copy link
Copy Markdown
Contributor

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
Copy Markdown
ContributorAuthor

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

@neonene

Copy link
Copy Markdown
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