Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a7597962a60c35a01758a96b3cda28f433648844 https://github.com/Perl/perl5/commit/a7597962a60c35a01758a96b3cda28f433648844 Author: Karl Williamson <k...@cpan.org> Date: 2023-12-30 (Sat, 30 Dec 2023)
Changed paths: M locale.c Log Message: ----------- locale.c: Avoid unnecessary malloc Here an SV is being created with a size, but immediately sv_usepvn_flags() is called to place an already allocated and populated PV into it, so that initial size is wasted.