Co-routines?
Co-routines?
Posted Jul 12, 2025 23:04 UTC (Sat) by jreiser (subscriber, #11027)Parent article: SFrame-based stack unwinding for the kernel
Posted Jul 14, 2025 7:44 UTC (Mon)
by taladar (subscriber, #68407)
[Link]
Posted Jul 14, 2025 14:22 UTC (Mon)
by willy (subscriber, #9762)
[Link] (1 responses)
Is there any prior work in this area we can steal^W benefit from?
Posted Jul 14, 2025 21:40 UTC (Mon)
by Cyberax (✭ supporter ✭, #52523)
[Link]
Not really. In particular, this makes debugging the coroutine-heavy code a pure nightmare. Debugger becomes worse than useless.
What I'd love is to have a weak link to the "caller frame". It's OK for it to be garbage-collected if the chain becomes too long.
Co-routines?
Co-routines?
Co-routines?