Feature or enhancement
Proposal:
PYTHON_LLTRACE=4 dumps everything on the stack.
PYTHON_OPT_DEBUG=4 should show everything on the stack, but instead format the symbolic values nicely.
@cocolato would you like to take this up? this is will be quite a useful tool to help us debug the optimizer.
If you don't want to take this up, it's also fine.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
PYTHON_LLTRACE=4dumps everything on the stack.PYTHON_OPT_DEBUG=4should show everything on the stack, but instead format the symbolic values nicely.@cocolato would you like to take this up? this is will be quite a useful tool to help us debug the optimizer.
If you don't want to take this up, it's also fine.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
JitOptSymbolon abstract stack when set PYTHON_OPT_DEBUG > 4 #143957optimize_uops#144262