Dan Sugalski wrote:
Just don't reference the PMC and it will go away. I can't imagine the "some reason" it will be dead slow.At 1:12 PM +0100 12/11/02, Leopold Toetsch wrote:Changes #6.
- PMC_*_FLAGs are history.
- I did remove the bogus looking, unused, untested and superfluous <destroy> from core.ops
It's not actually superfluous. If for some reason someone wants to write part of the GC cleanup sweep in pasm, they'll need it. It's also needed when code needs to explicitly kill a PMC.
And, actively destroying something is dangerous.
When there is a real need for it, ok - then add it again.
leo