> 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.