commit | 5eb1fd0dae3832ceee2102613bb08c291daca6f3 | [log] [tgz] |
---|---|---|
author | Santiago Aboy Solanes <solanes@google.com> | Tue Apr 18 15:16:06 2023 +0100 |
committer | Santiago Aboy Solanes <solanes@google.com> | Wed Apr 19 15:31:53 2023 +0000 |
tree | da074eb8ea773b594a455fa9cd7ddde21d8f885b | |
parent | 2ff7fcccdeb2100cb5a3cc5314411fd23dd5f7c9 [diff] |
Restrict the use of ConstantFolding's VisitIf It was taking a lot of time for the improvement it got. We can get 99.99% of the improvement, with only one VisitIf call. This is roughly 20% of the compile time it used to take. Bug: 278626992 Fixes: 278626992 Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b Change-Id: Icc00c9ad6a9eb4f4fd18677bcb65655cbbe9d027