Files
sdk/runtime
Florian Schneider 6d537d7e61 VM: Improve phi-elimination to improve code inside of try-catch.
Since we don't have precise liveness information inside try-catch blocks,
there are often redundant phis inside try-catch of the form

v <- phi(v, v, ..., R, v, v, ...)

This CL finds these redundant phis and replaces them with R.

BUG=
R=rmacnak@google.com

Review URL: https://codereview.chromium.org/1918913002 .
2016-04-26 12:50:25 +02:00
..
2016-04-19 19:06:53 +02:00
2016-03-22 14:31:54 -07:00