From: Nicholas Clark Date: Mon, 25 Feb 2013 16:50:35 +0000 (+0100) Subject: Reorder the members of struct re_save_state to reduce its size on LP64. X-Git-Tag: v5.17.10~180^2~5 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/a31421fbd20bffa14a3963180c4166df6ed0e94a?hp=a31421fbd20bffa14a3963180c4166df6ed0e94a Reorder the members of struct re_save_state to reduce its size on LP64. 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. ---