DescriptionFix allocation of indices for try-blocks.
The compiler has the assumptions that try-index starts
at zero for each function: The list of exception handlers
is a dense array indexed using the try-index.
BUG=https://code.google.com/p/dart/issues/detail?id=12615
TEST=tests/language/regress_12615_test.dart
R=srdjan@google.com
Committed: https://code.google.com/p/dart/source/detail?r=26585
Patch Set 1 #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|