commit | 33df0e3e47adc053c34a0ad3f4bb78ee3dd40e7f | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Thu Sep 30 14:36:32 2021 +0000 |
committer | David Srbecky <dsrbecky@google.com> | Thu Oct 07 12:10:32 2021 +0000 |
tree | 401957f10b116a082e7c4ed58bb86bff3c4e2615 | |
parent | ce8198e1e826142a5dc032f22a60e2c41eaeff96 [diff] |
Revert^4 "Lazily allocate DexCache arrays." We rarely need the DexCache for compiled code. Delay the allocation in hope we never need it. This reduces DexCache memory usage by ~25% at startup. Bug: b/181097963 Test: test.py -b --host Change-Id: I1f654aeb538dfed013705a61b1955af1f6b94fe7