diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2017-03-02 16:14:53 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2017-03-08 10:17:57 +0000 |
commit | 1eede6ae9b08d305d0c1123284ff958373916474 (patch) | |
tree | 7827df0c9fd45bfe68e29b4105ad0b16f0076662 /compiler/driver/compiler_driver_test.cc | |
parent | 48b795efcb504b71fbf038fabdd3d05366793197 (diff) |
Don't inline methods that throw in graph with irreducible loops.
Re-computing the loop information is not supported in graphs
with irreducible loops, as it is not deterministic, and the
loop header of a loop could change. That would lead to having the
suspend check in the wrong block.
Test: test-art-host
Test: 641-irreducible-inline
bug: 35757766
Change-Id: I6a435885461fbeca035e4f5d94f055fc3262adca
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
0 files changed, 0 insertions, 0 deletions