No subject

Stephen Weeks sweeks@intertrust.com
Mon, 10 May 1999 17:58:06 -0700 (PDT)


> What  is  the reason for the 65K limit on stack frames?  Given that the MLkit
> is over 46K, it definitely looks too small.

I use unsigned shorts for indices into stack frames in GC tables.  The
space savings is important for large programs.  The right fix is
stack slot sharing.