This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
eliminate sv_compile_2op, sv_compile_2op_is_broken
authorDavid Mitchell <davem@iabyn.com>
Sun, 1 Apr 2012 13:21:18 +0000 (14:21 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 13 Jun 2012 12:32:51 +0000 (13:32 +0100)
commit104a81856a124462a1f097d0d88eb852013f87d6
treeb5f9f4c68b0b90d6ac2f02ca09b4d66049f01858
parent1f4d1a1e6bd841571627e26005938e8fc1b14fe6
eliminate sv_compile_2op, sv_compile_2op_is_broken

These two functions, which have been a pimple on the face of perl for
far too long, are no longer needed, now that regex code blocks are
compiled in a sensible manner.

This also allows S_doeval() to be simplified, now that it is no longer
called from sv_compile_2op_is_broken().
embed.fnc
embed.h
pad.c
pp_ctl.c
proto.h