Hello, everyone!
Everywhere I keep reading about increasing the JVM stack size (i.e. to allow deeper recursions).
But I'm asking myself, would decreasing of the stack size speed up method invocation?
Probably my understanding is wrong, but I assume, that the allocation speed of each stack (not only for recursive method calls) depends on it's size.
Could someone point me to benchmarks, or at least to background information on this topic?
Thank you!