summaryrefslogtreecommitdiff
path: root/compiler/optimizing/loop_analysis.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2024-11-19 15:58:39 +0000
committer VladimĂ­r Marko <vmarko@google.com> 2024-11-21 09:59:40 +0000
commit303e0cbc6816e301f22eda7d4233d97482eb1cfa (patch)
tree42a0442457ee19b58de8bdd6abb9bf3421704726 /compiler/optimizing/loop_analysis.h
parent70cb3b60e2b62ce2ca604032570618987f590e2f (diff)
verifier: Use `ArenaAllocator` in verifier...
... instead of `ScopedArenaAllocator`. We do not use nested `ScopedArenaAllocator`s, so we can use the `ArenaAllocator` which guarantees zero-initialization of allcated memory and avoid an unnecessary `std::fill_n()`. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Bug: 181943478 Change-Id: I04539c95ebf651a3e3b260a0c069ad6ee1eb1e5a
Diffstat (limited to 'compiler/optimizing/loop_analysis.h')
0 files changed, 0 insertions, 0 deletions