Skip to content

Support resuming into try-catch in interpreter#8757

Merged
tlively merged 1 commit into
mainfrom
suspend-try-catch
May 26, 2026
Merged

Support resuming into try-catch in interpreter#8757
tlively merged 1 commit into
mainfrom
suspend-try-catch

Conversation

@tlively
Copy link
Copy Markdown
Member

@tlively tlively commented May 22, 2026

Enable resuming execution into try and catch blocks in the interpreter. For catch blocks, preserve the exception stack state so that rethrow and other exception operations work correctly after resumption.

TAG=agy

Enable resuming execution into `try` and `catch` blocks in the interpreter. For catch blocks, preserve the exception stack state so that `rethrow` and other exception operations work correctly after resumption.

TAG=agy
@tlively tlively requested a review from a team as a code owner May 22, 2026 06:33
@tlively tlively requested review from kripken and stevenfontanella and removed request for a team May 22, 2026 06:33
@tlively tlively merged commit fe6e02c into main May 26, 2026
16 checks passed
@tlively tlively deleted the suspend-try-catch branch May 26, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants