commit | e170e989bad0bcc3d178a679a692523e4b18786e | [log] [tgz] |
---|---|---|
author | Mythri Alle <mythria@google.com> | Thu Dec 21 10:15:54 2023 +0000 |
committer | Mythri Alle <mythria@google.com> | Thu Dec 21 12:19:07 2023 +0000 |
tree | c516f1c3d7e78634f7d05f7b155917110bc69034 | |
parent | 7a604b955756e2046ea37b35c7d3fa2cc9aeac0d [diff] |
Don't check for deoptimization if only tracing is enabled We take a fast path by not checking if a deoptimization is required on method exit hooks. This patch does the same on method entry hooks. This doesn't impact performance much but makes it uniform across method entry / exit hooks. Bug: 259258187 Test: art/test.py -t 2246 Change-Id: I14c626a9091815ee815c5979e12d78a2c3beecd5