Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 8cb94cf6eb83ea14ef27697517f7e92842876536
https://github.com/Perl/perl5/commit/8cb94cf6eb83ea14ef27697517f7e92842876536
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2023-01-28 (Sat, 28 Jan 2023)
Changed paths:
M embed.fnc
M embed.h
M proto.h
Log Message:
-----------
Expose {optimize,finalize}_optree() as real API functions
These are required by XS modules which want to create custom
LOGOP-shaped optrees, to ensure that both sides of the tree get
optimised and finalised.
See also
https://github.com/Perl/perl5/issues/20743
Commit: 4f4dc62d1459c2cff4a78da09c980fd7cc8dfc18
https://github.com/Perl/perl5/commit/4f4dc62d1459c2cff4a78da09c980fd7cc8dfc18
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2023-01-28 (Sat, 28 Jan 2023)
Changed paths:
M embed.fnc
M embed.h
M proto.h
Log Message:
-----------
Make the new optree function declarations conditional on
PERL_CORE|PERL_USE_VOLATILE_API
Compare: https://github.com/Perl/perl5/compare/092675293835...4f4dc62d1459