Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 87e1d1722c4b25252be123259130a4ee73b2dae9 https://github.com/Perl/perl5/commit/87e1d1722c4b25252be123259130a4ee73b2dae9 Author: Tony Cook <t...@develop-help.com> Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths: M cop.h M dump.c M feature.h M regen/feature.pl Log Message: ----------- feature.*: allow cop_feature to expand The initial implementation of feature bits for faster access to feature flags used a single U32 member in COP to store the bits, but we're now up to 24 features, so rather than leaving this to the last minute I've re-worked regen/feature.pl to allow multiple U32 fields. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications