This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Split optree optimizer and finalizer from op.c into new peep.c
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>
Mon, 6 Jun 2022 12:47:06 +0000 (13:47 +0100)
committerPaul Evans <leonerd@leonerd.org.uk>
Mon, 20 Jun 2022 12:36:52 +0000 (13:36 +0100)
commitaabe6c182e49185760d16d5a8dc3f87fe09d052f
tree7cfc4ee0b4eaec8aebbd5402a65e78750dfa3b07
parent1ea34a4b9664a7c2b95e9fa15c08471b27523fcb
Split optree optimizer and finalizer from op.c into new peep.c

 * Create a new `peep.c` file

 * Move the functions related to optree optimisation and finalisation
   out of `op.c` into this new file

 * Several previously-static functions now have to be non-static and
   declared as internal API in order to be shared between these two
   files.
MANIFEST
Makefile.SH
embed.fnc
embed.h
op.c
peep.c [new file with mode: 0644]
proto.h
vms/descrip_mms.template
win32/GNUmakefile
win32/Makefile