Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 03a62b1ddfc574db39497623254dff13739d7fd1
https://github.com/Perl/perl5/commit/03a62b1ddfc574db39497623254dff13739d7fd1
Author: Nicholas Clark <[email protected]>
Date: 2021-08-21 (Sat, 21 Aug 2021)
Changed paths:
M embed.fnc
M embed.h
M ext/XS-APItest/APItest.pm
M ext/XS-APItest/APItest.xs
M ext/XS-APItest/t/ptr_table.t
M pod/perldelta.pod
M proto.h
M sv.c
Log Message:
-----------
Delete Perl_ptr_table_clear, marked as deprecated since v5.14.0
Commit: 25c7a49abd4175df315c90e94b88dede1cba3da1
https://github.com/Perl/perl5/commit/25c7a49abd4175df315c90e94b88dede1cba3da1
Author: Nicholas Clark <[email protected]>
Date: 2021-08-21 (Sat, 21 Aug 2021)
Changed paths:
M ext/Opcode/Opcode.pm
M ext/Opcode/Opcode.xs
Log Message:
-----------
Before filling the lookup hash for opcode names, pre-expand it.
We know the size needed (about 400 entries), so doing this saves several
automatic resizes when populating it.
Compare: https://github.com/Perl/perl5/compare/73a058ad6c35...25c7a49abd41