At 2:05 AM +0300 12/2/03, Vladimir Lipsky wrote:
From: "Dan Sugalski" <[EMAIL PROTECTED]>
Sent: Monday, December 01, 2003 9:53 PM

 *) I've made the Parrot_base_vtable array movable again, as it needs
 to be resized. This is a temporary hack, since there are horrible
 threading issues here. (Not to mention the fact that this table is
 global and really ought not be, or we need a per-interpreter-family
 version that's actually used)

Is actually used? D'oh. I didn't notice that today.

Yeah, in a number of places. It's where the interpreter fetches the PMC vtable when instantiating new PMCs of some particular type. The PMC number is the index into this table.
--
Dan


--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to