On Wed, Jul 12, 2006 at 03:51:53PM -0400, Bob Rogers wrote:

> So the type is bound to a number in the .pbc?  Isn't this dangerous for
> types that are not built in?  Couldn't this number mean something
> different if libraries happen to get loaded in a different order?

The declaration order of PMC libs is recorded in the HLL_info
structure. When the .pbc is loaded, PMCs are initialized in that
very same order, so that type numbers *should* match in the .pbc
again.

>                                       -- Bob Rogers

leo

Reply via email to