From 009d166842195711eca4d5768c59a8f7404e6875 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 10 Oct 2017 13:21:15 +0100 Subject: Use ScopedArenaAllocator in BCE, DCE, LSE, ... ... ReferenceTypePropagation and GraphChecker. Define and use a new allocation kind for LoadStoreAnalysis. Memory needed to compile the two most expensive methods for aosp_angler-userdebug boot image: BatteryStats.dumpCheckinLocked() : 19.7MiB -> 19.6MiB (-79KiB) BatteryStats.dumpLocked(): 39.4MiB -> 39.3MiB (-120KiB) Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Bug: 64312607 Change-Id: Ib0cf074ac21ab67d8f8f2efabbdfb84cce9cae8e --- compiler/optimizing/select_generator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/optimizing/select_generator.h') diff --git a/compiler/optimizing/select_generator.h b/compiler/optimizing/select_generator.h index c060146478..f8cf00e35a 100644 --- a/compiler/optimizing/select_generator.h +++ b/compiler/optimizing/select_generator.h @@ -58,7 +58,6 @@ #define ART_COMPILER_OPTIMIZING_SELECT_GENERATOR_H_ #include "optimization.h" -#include "reference_type_propagation.h" namespace art { -- cgit v1.2.3-59-g8ed1b