libfringe icon indicating copy to clipboard operation
libfringe copied to clipboard

Ask for help: Is there any way to increase stack size when generator is suspeneded?

Open playXE opened this issue 5 years ago • 1 comments

Is it possible to do so or this is planned in the future?

playXE avatar Mar 22 '20 11:03 playXE

Once a generator has started, it is not possible to move its stack. This means that growing it is only possible if it can be done in-place (i.e without moving the stack).

Amanieu avatar Mar 22 '20 12:03 Amanieu