You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The copy size is totally determined by the actual stack size when the coroutine is doing the coroutine switch stuff. It could even be zero if you write your coroutine function elaborately enough, in assembly language for example.
120byte sounds like a lot.
possible to use ideas from here to lower it?
https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
40bytes possible?
The text was updated successfully, but these errors were encountered: