This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
With -DPURFIY we change the flags so that everything is allocated
authorNicholas Clark <nick@ccl4.org>
Sat, 19 Nov 2005 00:50:33 +0000 (00:50 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 19 Nov 2005 00:50:33 +0000 (00:50 +0000)
commit82048762d5eb8a6153083169da19032a4e6764a4
tree7bfabd4e66bb6260c7c44d5971b2c65d11b44c49
parent6a93a7e5bbd9f0bd3bf729ac738270ae82ef9448
With -DPURFIY we change the flags so that everything is allocated
directly. (Don't use arenas at all.) This seems a rather elegant way
to simplify some of the code in sv.c by removing conditional
compilation.

p4raw-id: //depot/perl@26172
sv.c