Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 8462890b4373d480bea3ff2c274614e9a78cbdc4
https://github.com/Perl/perl5/commit/8462890b4373d480bea3ff2c274614e9a78cbdc4
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M scope.c
M scope.h
M sv.c
Log Message:
-----------
Implement SAVEt_STRLEN_SMALL
Most uses of SAVEt_STRLEN actually store small values; often zero.
Rather than using an entire U64-sized element for these values, it saves
space to use the same "SMALL" mechanism as other numerical values, like
SAVEt_INT_SMALL.