You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perl 5.26 was using 512 as the default HvMAX for PL_strtab
this was increased in 528 to 2048, but we can start with
a lower value.
Note, that compiled programs using B::C would use one
accurate value from startup.
Changelog:
0 commit comments