Talking about garbage collected languages in general:
Will performance in term of cpu cycles decrease when an exception is thrown the deeper the call stack is?
So if an exception is thrown in the same function that catches it, would it basically be a goto?