Virtualizing continuations (extended version)
| dc.contributor.author | Ma, Cong | |
| dc.contributor.author | Jung, Jonghyun | |
| dc.contributor.author | Zhang, Yizhou | |
| dc.date.accessioned | 2026-07-29T18:15:00Z | |
| dc.date.issued | 2026 | |
| dc.description.abstract | Effect handlers and multishot continuations are powerful abstractions for managing control flow; together, they offer concise and modular ways to express and handle nondeterminism, randomness, and more. However, implementing multishot continuations in the presence of stack-allocated lexical resources - lexical effect handlers in particular - is challenging, since stack copying invalidates references to these resources. We present a novel implementation strategy for lexical effect handlers that fully supports multishot continuations. The key idea is to virtualize the stack space used by continuations. Each stack-allocated handler instances is assigned a virtual address, and all effect invocations through these virtual addresses are mediated by an address translation mechanism. A software-based memory management unit in the runtime system performs these translations efficiently, exploiting the lexical scoping discipline of effect handlers. We capture the essence of our approach via a new operational semantics for lexical effect handlers and prove it correct with respect to the standard semantics. We also implement it in a compiler and runtime system. Compared to prior languages with lexical effect handlers, our implementation increases expressivity by fully supporting multishot continuations - and, as a happy consequence, unlocks significant performance gains by enabling parallel execution of multishot continuations. | |
| dc.identifier.uri | https://hdl.handle.net/10012/23871 | |
| dc.language.iso | en | |
| dc.publisher | University of Waterloo | |
| dc.relation.ispartofseries | Computer Science Technical Reports; CS-2026-02 | |
| dc.title | Virtualizing continuations (extended version) | |
| dc.type | Technical Report | |
| uws.contributor.affiliation1 | Faculty of Mathematics | |
| uws.contributor.affiliation2 | David R. Cheriton School of Computer Science | |
| uws.peerReviewStatus | Unreviewed | |
| uws.scholarLevel | Faculty | |
| uws.typeOfResource | Text | en |