> To remove the deprecated C<fetchmethod> opcode does one simply remove > the references to it in src/ops/object.ops (and other .ops files), and > remove the function from src/ops/ops.num? Does one then move all of > the ops numbers "up" so that there isn't a gap caused by removing the > opcodes? Is this relabelling of the opcode numbers going to break > anything else? If not, should I go through and remove references to > C<fetchmethod> and fix up ops.num and patch? I think you mostly got it. For the renumbering of src/ops/ops.num you can use make -f tools/dev/ops_renum.mak Also see the notes in PBC_COMPAT.
Thanks Bernhard! Added to my todo list :-) Paul