Chromium Code Reviews
DescriptionAdd pass to remove empty blocks and recompute fall-through targets.
This allows to cleanup the following code patterns:
1) chains of jumps:
jxx block_a
...
block_a:
jmp block_b
2) jumps over jumps
jxx block_b
block_a:
jmp block_c
block_b:
...
Committed: https://code.google.com/p/dart/source/detail?r=19711
Patch Set 1 #
Total comments: 6
Messages
Total messages: 7 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||