From 1a8429680f9d08d5f2b49fd93f9ad4df81b7cb66 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Tue, 13 Nov 2018 15:09:51 -0800 Subject: Add image compressed blocks Add support for splitting the image into a set of solid blocks. Added dex2oat option --max-image-block-size and correspodning image unit test. Motivation: Enable parallel image decompression in the future. Bug: 116052292 Test: test-art-host Change-Id: I37c6c6a43ef94c4a62bf38a0cf51f26ce06347ac --- compiler/driver/compiler_options_map.def | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/driver/compiler_options_map.def') diff --git a/compiler/driver/compiler_options_map.def b/compiler/driver/compiler_options_map.def index c2fac5e017..0a9c873988 100644 --- a/compiler/driver/compiler_options_map.def +++ b/compiler/driver/compiler_options_map.def @@ -65,5 +65,6 @@ COMPILER_OPTIONS_KEY (ProfileMethodsCheck, CheckProfiledMethods) COMPILER_OPTIONS_KEY (Unit, DumpTimings) COMPILER_OPTIONS_KEY (Unit, DumpPassTimings) COMPILER_OPTIONS_KEY (Unit, DumpStats) +COMPILER_OPTIONS_KEY (unsigned int, MaxImageBlockSize) #undef COMPILER_OPTIONS_KEY -- cgit v1.2.3-59-g8ed1b