DescriptionFix finally clause inlining for forward jumps
In switch statements, ‘continue L’ jumps can refer to a label
that the compiler hasn’t seen yet. The label is tentatively
to be in the innermost switch statement, but may later
be moved to an outer switch statement. The compiler must
make sure that the correct finally blocks are inlined in front
of these jumps.
BUG=26577, 25310
R=regis@google.com
Committed: https://github.com/dart-lang/sdk/commit/1859ce46c337e4e047e6543c561ff77af7910074
Patch Set 1 #Patch Set 2 : Update comments #
Total comments: 2
Patch Set 3 : #
Messages
Total messages: 8 (4 generated)
|