Flag ops that are on the savestack
authorFather Chrysostomos <sprout@cpan.org>
Sat, 23 Jun 2012 16:48:34 +0000 (09:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 29 Jun 2012 07:20:55 +0000 (00:20 -0700)
commitbb38a9e0f528ce1ecffe4f8c3c76984148803932
tree7a2a6d40014705c9a079ad16e1cfbae4a040be41
parentbfbc3ad9dfc28552739737eb87f09552732c0e95
Flag ops that are on the savestack

This is to allow future commits to free dangling ops after errors.

If an op is on the savestack, then it is going to be freed by scope.c,
and op_free must not be called on it by anyone else.

So we flag such ops new.
op.h
scope.h