minicoro icon indicating copy to clipboard operation
minicoro copied to clipboard

Pages with no access to catch stack overflows?

Open ColinH opened this issue 1 year ago • 0 comments

Would it be feasible to use a memory page with PROT_NONE at both the top and bottom of a coroutine stack to catch overflows immediately instead of after the fact in mco_yield()? I realise this would crash the application, hard, but that might be desirable for some use cases...

ColinH avatar Feb 21 '24 13:02 ColinH