Under -Dmad, free the ops representing the dead code when a branch
authorNicholas Clark <nick@ccl4.org>
Fri, 16 Mar 2007 19:29:04 +0000 (19:29 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 16 Mar 2007 19:29:04 +0000 (19:29 +0000)
commit22f5163f10c4a1f42ac0d46e22d5f1e42e085536
tree7931832464d3d6aae9be7a2ca1e11f31e30418a6
parentf9568fed2ebb8d272c653d6fd12e1dd4b07ea1a4
Under -Dmad, free the ops representing the dead code when a branch
conditional value is actually a constant. Previously this was leaking
ops, and more visibly shared hash keys.

p4raw-id: //depot/perl@30605
op.c