[DGD] Re: First of many methodology questions

Erwin Harte harte at is-here.com
Thu Oct 16 19:54:32 CEST 2003


On Thu, Oct 16, 2003 at 01:46:19PM -0400, Stephen Schmidt wrote:
> On Thu, 16 Oct 2003, Kris Van Hees wrote:
> > I forgot to add one thing to my answer (and Dworkin can correct me if
> > my memory is wrong on this): an object can only have 256 functions
> > defined in it, so with a large single object you run the risk of
> > hitting that limit.
> 
> Can't you raise that limit in the config file?

No.

>                                                If you raise it
> to (say) 4096, you add a little more memory to each object, for
> a larger lookup table, but a trivial amount. And you'll almost
> surely never hit 4000 functions in a single object.

640 kB should be enough for anyone?

First of all, you can circumvent this limitation by moving the
functions to code you inherit.  I forget what the absolute maximum
number of functions in an object is, inherited ones included, alas.

Second of all, 4000 isn't necessarily all that much either.  Think
generated LPC code in this case.

Erwin.
-- 
Erwin Harte <harte at is-here.com>
_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list