In message <[EMAIL PROTECTED]>, John Baldwin writes: > >On 02-Jun-2003 Paul Richards wrote: >> On Mon, 2003-06-02 at 21:04, Paul Richards wrote: >> >>> >>> The tradeoff with using an index into an array is that there'd be a >>> heavy penalty for growing the array if an extra method didn't fit, but >>> that would be exceptionally rare and with our present usage we'd never >>> have that happen. >> >> I'm not sure this is actually a problem after all since the Interface >> doesn't change and therefore we know a-priori how many methods there can >> be so we can pre-allocate an array.
I thought the point in KOBJ was that it was extensible so you could KLD load stuff which added more methods ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"