perl5 icon indicating copy to clipboard operation
perl5 copied to clipboard

Improve -Dx, -Dt etc output, especially in threaded builds

Open iabyn opened this issue 5 months ago • 0 comments

This series of commits improves the way various OPs are displayed by Perl_op_dump() (as used by perl -Dx) and by Perl_debop() (as used by perl -Dt).

In particular it tries, where possible, to display information about an SV or GV attached to the OP when that SV has been moved to the pad on threaded builds.

  • This set of changes does not require a perldelta entry.

iabyn avatar May 24 '25 14:05 iabyn