DescriptionVM: [Kernel] Implement CatchBlockEntryInstr::should_restore_closure_context on all platforms.
This was the only Kernel specific backend change - to simplify the graph builder
we allowed it to capture exception and stack trace variables. This in turn
requires CatchBlockEntryInstr to respect that this variables can be captured
and correctly update them when exception is caught.
This was implemented on X64 and ARM before. This CL expands implementation to
all other implementations including DBC.
R=zra@google.com
Committed: https://github.com/dart-lang/sdk/commit/7e1d584218bca5061a773f92a4a49292d005a8a4
Patch Set 1 #Patch Set 2 : Fix status file #
Total comments: 4
Patch Set 3 : Address Zach's comment #
Messages
Total messages: 7 (2 generated)
|