This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reorder the members of struct re_save_state to reduce its size on LP64.
authorNicholas Clark <nick@ccl4.org>
Mon, 25 Feb 2013 16:50:35 +0000 (17:50 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 26 Feb 2013 15:19:04 +0000 (16:19 +0100)
This drops its size by 8 bytes on LP64 platforms. This also makes the
interpreter struct 8 bytes smaller, as it embeds a re_save_state struct.


No differences found