This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Split the storage of the layers specificied by open.pm into one hint
authorNicholas Clark <nick@ccl4.org>
Sat, 17 Feb 2007 12:39:17 +0000 (12:39 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 17 Feb 2007 12:39:17 +0000 (12:39 +0000)
commit8b850bd54aa90bd3cc2546352bef5140216ffbb6
tree8870859d8b4d7eec735d443179da6fa32571ded9
parent3feb66e7ea0f57a1105b8fea88e024b00c92a8a0
Split the storage of the layers specificied by open.pm into one hint
for input, and one for output, as this better reflects how they are
used. The original "concatenate with \0" plan was really only a
compramise to avoid needing to increase every COP by 2 pointers.

p4raw-id: //depot/perl@30334
embed.fnc
embed.h
ext/B/B.xs
ext/B/B/Concise.pm
ext/B/t/OptreeCheck.pm
mg.c
perl.h
perlio.c
proto.h