Message-ID: <
46EC344E.3080903@gmail.com>
p4raw-id: //depot/perl@31887
the various OP structures from arenas. The SV arena code can probably be
re-used for this.
+Note that Configuring perl with C<-Accflags=-DPL_OP_SLAB_ALLOC> will use
+Perl_Slab_alloc() to pack optrees into a contiguous block, which is
+probably superior to the use of OP arenas, esp. from a cache locality
+standpoint. See L<Profile Perl - am I hot or not?>.
+
=head2 Improve win32/wince.c
Currently, numerous functions look virtually, if not completely,