DescriptionDrop computed handler count and index from AST.
These values were computed by the parser and hence out of sync with any
visitor over the AST. Our AST visitor aborts visitation of statement
lists as soon as a jump statement has been reached. Now handler tables
are guaranteed to be dense and fully populated.
R=ishell@chromium.org
TEST=mjsunit/regress/regress-crbug-493290
BUG=chromium:493290
LOG=N
Committed: https://crrev.com/c14ba5ec48f0b6327eaadc63837f1549fbb60bd2
Cr-Commit-Position: refs/heads/master@{#28846}
Patch Set 1 #Patch Set 2 : Tiny cleanup. #Patch Set 3 : Architecture ports. #Patch Set 4 : Tiny cleanup. #
Total comments: 2
Patch Set 5 : Addressed comments. #
Messages
Total messages: 9 (2 generated)
|