I hope, though, that stack trace is generated lazi...
# coroutines
e
I hope, though, that stack trace is generated lazily, like on HotSpot. It still has to capture it when you create a
Throwable
, but it does not have to allocate all those
StackTraceElement
objects until you need them.