From: <a href="http://stronglytypedblog.blogspot.com/2009/08/scala-tail-recursion.html" rel="nofollow">http://stronglytypedblog.blogspot.com/2009/08/scala-tail-rec...</a><p><i>If the recursion is indirect, for example, Scala cannot optimize tail calls, because of the limited JVM instruction set.</i><p>Why is that?