diff options
author | David Brazdil <dbrazdil@google.com> | 2015-11-30 10:38:12 +0000 |
---|---|---|
committer | David Brazdil <dbrazdil@google.com> | 2015-12-01 15:11:37 +0000 |
commit | 3a738bfe9784b9ea0f2fccbe75f0c72ede536641 (patch) | |
tree | 2a571fcd46f0e0d7c2dfa0d1a93b6c009bfd48b9 /compiler/optimizing/graph_visualizer.cc | |
parent | d1744d449cf2b56af7e0896b3729fac2a414e3af (diff) |
ART: Do not eagerly type LoopPhi [null, ...]
ReferenceTypePropagation would eagerly set the type of each loop phi
to the type of the first input prior to beginning the fix-point
iteration. While this does make the algorithm converge faster, it
should not be applied when the first input is a NullConstant becuase
that sets the type of the phi and all dependent instructions to Object.
Bug: 25899441
Change-Id: Iff1ed26a63fe4332eaf88d9ca171e287f10ba1a6
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions