Chromium Code Reviews
DescriptionVM: 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
Committed: https://github.com/dart-lang/sdk/commit/6d537d7e61683611c6d0b42fb3f559313e47f0e8
Patch Set 1 #Patch Set 2 : added TODO #
Messages
Total messages: 9 (3 generated)
|
|||||||||||||||||||||||||||||||||||||