This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re-order intrpvar.h to avoid holes in the interpreter struct.
authorNicholas Clark <nick@ccl4.org>
Fri, 11 Nov 2011 12:22:07 +0000 (13:22 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 11 Nov 2011 12:22:07 +0000 (13:22 +0100)
commite6b4660ca7563fb6837ac6625f88adf7be254cde
tree130e1b679e8993b4306e7fe9aaf555cc8eb66592
parentde37f83fbb716d5a1b970c4302ba4c852671d54b
Re-order intrpvar.h to avoid holes in the interpreter struct.

Because commit 45d91b83242e0418 needed to change a buffer size in a
per-thread variable, it created a hole in the ithreads interpreter struct,
as structure members after the buffer must be word aligned.

Re-order various structure members to avoid the hole.
intrpvar.h