Nov 15, 2023
Post comments count2
Post likes count1
Why does calling a coroutine allocate a lot of stack space even though the coroutine frame is on the heap?

Heap elision optimization kicks in, and doesn't kick out.