Files
sdk/runtime
vegorov@google.com eeeeecb687 Add 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:
  ...

Review URL: https://codereview.chromium.org//12412013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19711 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-08 19:09:48 +00:00
..
2013-02-27 15:21:12 +00:00
2012-12-19 11:25:41 +00:00
2013-02-20 23:40:32 +00:00