Hacker News new | ask | show | jobs
by aprdm 1272 days ago
What about dynamic languages? Are they always collecting the stack and keeping it into some exception object that the exception can grab the data from at any time? And if that's the case wouldn't it always be slow regardless of raising or not ?
1 comments

A performant dynamic language won't bundle the debug symbols either, so my assumption would be that the performance of an exception would still be bad.