Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 1ef9039bccbfe64f47f201b6cfb7d6d23e0b08a7
https://github.com/Perl/perl5/commit/1ef9039bccbfe64f47f201b6cfb7d6d23e0b08a7
Author: Karl Williamson <[email protected]>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M embed.fnc
M embed.h
M proto.h
M sv.h
M sv_inline.h
Log Message:
-----------
Eval param to SvPV-foo exactly once
This changes all the API macros that retrieve a PV into a call to an
inline function so as to evaluate the parameter just once.