Skip to content
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

Display counter value and backoff when disassembling CACHE opcode #128295

Open
WolframAlph opened this issue Dec 27, 2024 · 0 comments
Open

Display counter value and backoff when disassembling CACHE opcode #128295

WolframAlph opened this issue Dec 27, 2024 · 0 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@WolframAlph
Copy link
Contributor

WolframAlph commented Dec 27, 2024

Feature or enhancement

Proposal:

When disassembling code object with --show-caches argument its hard to tell right away what is 1st cache entry (counter) value which is useful while debugging. Proposing to add this info to the disassembly of this opcode.

Example:
Instead of current disassembly:

CACHE     0 (counter: 99)

display:

CACHE     0 (counter: 99 (value: 6, backoff: 3))

Has this already been discussed elsewhere?

No response given

Links to previous discussion of this feature:

No response

Linked PRs

@WolframAlph WolframAlph added the type-feature A feature request or enhancement label Dec 27, 2024
@picnixz picnixz added the stdlib Python modules in the Lib dir label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants