This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
All the ops that are simply C<return some_other_op();> can be bypassed
authorNicholas Clark <nick@ccl4.org>
Mon, 31 Oct 2005 20:36:36 +0000 (20:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 31 Oct 2005 20:36:36 +0000 (20:36 +0000)
commit0b612f938c486fe63cc6e365cfa90d407732bbcc
tree58862224b6243030fd8a50655bd612e9d66c2faa
parentaf51a00e97d5c55987039f94df86e106c0d31ef5
All the ops that are simply C<return some_other_op();> can be bypassed
in the op dispatch table, and the bodies retired.

p4raw-id: //depot/perl@25940
mathoms.c
opcode.h
opcode.pl
pp.c
pp_ctl.c
pp_sys.c