Branch: refs/heads/hv/clear_defarray
Home: https://github.com/Perl/perl5
Commit: 0b1c19ab1cbed9c221a41fca38580344778ce3a6
https://github.com/Perl/perl5/commit/0b1c19ab1cbed9c221a41fca38580344778ce3a6
Author: Richard Leach <[email protected]>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
M av.c
M av.h
M embed.fnc
M embed.h
M proto.h
Log Message:
-----------
Add Perl_av_new_alloc() function and newAV_alloc_x/z() macros
Commit: d2a9e960038ce8485fc1eb7b94297c9e5b0a4033
https://github.com/Perl/perl5/commit/d2a9e960038ce8485fc1eb7b94297c9e5b0a4033
Author: Richard Leach <[email protected]>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
M pp_hot.c
Log Message:
-----------
Perl_clear_defarray: faster array creation via new macro+function
Commit: 97b09acf9d2e9385b839364d63dd8ed045bd7d3a
https://github.com/Perl/perl5/commit/97b09acf9d2e9385b839364d63dd8ed045bd7d3a
Author: Richard Leach <[email protected]>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
M pp_hot.c
Log Message:
-----------
Perl_clear_defarray - array does not actually need Zeroing
AvREIFY_only() is about to be applied
Compare: https://github.com/Perl/perl5/compare/0b1c19ab1cbe%5E...97b09acf9d2e