Steve Fink wrote:
I'm confused by nci.pmc's mark() routine.
Ok, nci's mark() is gone.
But - what confuses me - this patch needs a "make progclean" for changes to take effect. Without default_mark gets called, because I don't know where, something isn't recompiled.
Argh: pmc->vtable->init or ->set_string_keyed() is a totally static thing. This implies, that after changing a vtable function, each file, that is using a PMC of this type has to be rebuilt. Our dependencies don't reflect this case.
leo