Branch: refs/heads/ilmari/struct-pmop-holes Home: https://github.com/Perl/perl5 Commit: 2b078104999277b7a687e914045f7118efae303f https://github.com/Perl/perl5/commit/2b078104999277b7a687e914045f7118efae303f Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org> Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths: M op.h Log Message: ----------- Fix holes in struct pmop On 64-bit architectures BASEOP is 36 bytes, so will leave a 4-byte hole before any subsequent pointer member. Moving U32 op_pmflags to immediately after the baseop will get rid of both that hole and the one before op_pmreplrootu. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications