Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GH-126892: Reset warmup counters when JIT compiling code#126893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
brandtbucher merged 6 commits intopython:mainfrombrandtbucher:reset-counters
Nov 20, 2024

Conversation

@brandtbucher
Copy link
Member

@brandtbucherbrandtbucher commentedNov 16, 2024
edited by bedevere-appbot
Loading

19% fewer traces created, no change in uops executed. No performance impact.

@brandtbucherbrandtbucher added performancePerformance or resource usage interpreter-core(Objects, Python, Grammar, and Parser dirs) topic-JIT labelsNov 16, 2024
@brandtbucherbrandtbucher self-assigned thisNov 16, 2024
Copy link
Member

@markshannonmarkshannon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The warmup numbers are going to be wrong once#126816 is merged.

Do you want to get that merged first, then update this. Or the other way around?

@brandtbucher
Copy link
MemberAuthor

I'll do that then this.

@brandtbucher
Copy link
MemberAuthor

Fixed the tests (I also needed to change the logic a bit since the bytecode re-specializes before we JIT a new trace).

@brandtbucherbrandtbucher merged commit48c50ff intopython:mainNov 20, 2024
59 checks passed
__run_using_command=[_strace_binary]+strace_flags)
__run_using_command=[_strace_binary]+strace_flags,
# Don't want to trace our JIT's own mmap and mprotect calls:
PYTHON_JIT="0",
Copy link
Contributor

@cmaloneycmaloneyNov 20, 2024
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Guessing this showed up in thetest_fileio testtest_syscalls_read?

I have been keeping an eye on / working through a couple other issues where mmap(NULL) and mprotect show up, trying to figure out if just excluding those two from that test would be good/effective (memory allocation happening in reading files is fine / not what the test is focused on).

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Yeah, I was wondering if this was susceptible to catching badly-timed arena allocations and such too. Might make sense to have an option to ignore themmap/munmap/mprotect family of functions instead of this ad-hoc fix.

I'm just not familiar with how this is being used, and didn't want to change the meaning/behavior of the tests too dramatically.

cmaloney reacted with thumbs up emoji
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@cmaloneycmaloneycmaloney left review comments

@markshannonmarkshannonmarkshannon approved these changes

Assignees

@brandtbucherbrandtbucher

Labels

interpreter-core(Objects, Python, Grammar, and Parser dirs)performancePerformance or resource usagetopic-JIT

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@brandtbucher@cmaloney@markshannon

[8]ページ先頭

©2009-2025 Movatter.jp