Skip to content

Commit

Permalink
perldelta: Add notes about recent op_dump() and xop_dump additions
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Sep 10, 2024
1 parent f18202d commit c807719
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pod/perldelta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,19 @@ well.

XXX

=item *

The C<op_dump()> function has been expanded to include additional information
about the recent C<OP_METHSTART> and C<OP_INITFIELD> ops, as well as for
C<OP_ARGCHECK> and C<OP_ARGELEM> which had not been done previously.

=item *

C<op_dump()> now also has the facility to print extra debugging information
about custom operators, if those operators register a helper function via the
new C<xop_dump> element of the C<XOP> structure. For more information, see the
relevant additions to L<perlguts|perlguts/"Custom Operators">.

=back

=head1 Selected Bug Fixes
Expand Down

0 comments on commit c807719

Please sign in to comment.