op_ppaddr#

Return a C-source-style reference to the op’s pp function.

Synopsis#

print $op->ppaddr;    # e.g. "PL_ppaddr[OP_PRINT]"

Intended for back-ends that emit C source (such as B::C), which need to refer to pp functions by their slot in the PL_ppaddr dispatch table.