-
-
Notifications
You must be signed in to change notification settings - Fork 34k
GH-144179: Add value recording to JIT tracing front-end #144303
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-144179: Add value recording to JIT tracing front-end #144303
Conversation
|
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 515a570 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F144303%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again. |
Fidget-Spinner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one nit, feel free to merge after.
| @@ -0,0 +1,115 @@ | |||
| // This file is generated by Tools/cases_generator/record_function_generator.py | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this file be mark as autogenerated in the github CI?
First step toward cleaning up front-end tracking of objects.
This adds recording, but doesn't use for optimization, to keep the PRs to manageable sizes.
Demonstrates that it works, doesn't leak memory.
Also removes
IP_OFFSET_OF, as that broke when adding new uops.