On Thu, Feb 26, 2015 at 6:37 AM, Jonathan S. Shapiro <[email protected]> wrote:
> The ObjectHeader contains a type code for the object, and there are a very > few procedures associated with these objects that dispatch on the type code, > but no virtual overrides occur in this scenario. I don't suppose we have any specific numbers on object types, and number of procedures common to them, in that the sml code i keep hammering on about specifies a common implementation of a common procedure via a type constraint specifying a partial type, but this leads to a type * procedures instances of procedures common across types, in general this works well in my case because the number of types and common procedures is in fact low. _______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
