> These yield contexts are not stack frames though. Every coroutine you invoke from a coroutine has its own context that can outlive the caller.
Well, they are obviously not stack frames because they do not follow a stack discipline, but they certainly are activation frames. I guess that's the point you were trying to make?
Well, they are obviously not stack frames because they do not follow a stack discipline, but they certainly are activation frames. I guess that's the point you were trying to make?