Skip to content

Various small improvements to uop debug output - #112218

Merged
gvanrossum merged 1 commit into
python:mainfrom
gvanrossum:debug-uop
Nov 17, 2023
Merged

Various small improvements to uop debug output#112218
gvanrossum merged 1 commit into
python:mainfrom
gvanrossum:debug-uop

Conversation

@gvanrossum

Copy link
Copy Markdown
Member
  • Show uop name in Error/DEOPT messages
  • Add target to some messages
  • Expose uop_name() as _PyUopName()

- Show uop name in Error/DEOPT messages
- Add target to some messages
- Expose uop_name() as _PyUopName()
@gvanrossum
gvanrossum enabled auto-merge (squash) November 17, 2023 22:19
@gvanrossum
gvanrossum merged commit 7405745 into python:mainNov 17, 2023
@gvanrossum
gvanrossum deleted the debug-uop branch November 17, 2023 23:11
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
- Show uop name in Error/DEOPT messages
- Add target to some messages
- Expose uop_name() as _PyUopName()
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
- Show uop name in Error/DEOPT messages
- Add target to some messages
- Expose uop_name() as _PyUopName()
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.

1 participant

@gvanrossum