DescriptionSkip unreachable blocks when looking for next emitted block.
Goto does not emit a jump if the target is the next emitted block.
However, if there is an unreachable block between Goto and the jump
target, we still emit a jump even though the unreachable block is
not actually emitted. That jump is unnecessary.
R=jkummerow@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=19739
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|