On Mon, 29 Sep 2003, Dan Sugalski wrote: > Firstly, we're adding a new method INIT to the .pmc file. *If* it exists
This, by the by, corresponds to the _init method in loading, and is called on each thread instantiation. We're also going to add a LOAD method, again optional, which will be called as part of the _load sequence. Hopefully the PMC-specific parts of this will be more coherent... Dan