diff options
author | Mathieu Chartier <mathieuc@google.com> | 2017-07-15 15:18:00 -0700 |
---|---|---|
committer | Mathieu Chartier <mathieuc@google.com> | 2017-07-17 10:34:33 -0700 |
commit | 2848a5f8df6a82ff436c67f6b92c8f0d49ae6788 (patch) | |
tree | af3b0a19e61831bdda8be04b4859a19ca9117d76 /test/MultiDex/Main.java | |
parent | 65d793bfa91085db5f84b6ee90a3dcdafcafed1b (diff) |
Avoid creating verified methods for non quickening filters
Filters that don't do either quickening or compiling don't need
verified methods. Avoiding allocating these saves a non-trivial
amount of RAM during compilation.
Before (PSS compiling a very large app):
Peak PSS: 215014K, native RAM 59378392B
After:
Peak PSS: 207815K, native RAM 52917928B
Bug: 63467744
Test: Compile an app with compiler-filter=verify
Test: test-art-host
Change-Id: I493a1c4a8a152b835d5e950192974c4da5b96ae3
Diffstat (limited to 'test/MultiDex/Main.java')
0 files changed, 0 insertions, 0 deletions