From d690f8ae8f8e2675bc52089a83ac18c749f8e6d2 Mon Sep 17 00:00:00 2001 From: Santiago Aboy Solanes Date: Fri, 1 Oct 2021 09:26:56 +0100 Subject: Inline across dex files for bootclaspath's methods We can relax a bit the restriction for not inlining across dexfiles when we are AoT compiling and we need an environment. There's an added new restriction related to BSS entries. We could potentially inline across dex files for those cases too but are left to be solved in follow-up CLs. Bug: 154012332 Test: ART tests Change-Id: I5122b26c79b3e30d2643c0ccc05d595a0047953e --- compiler/optimizing/optimizing_compiler_stats.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/optimizing/optimizing_compiler_stats.h') diff --git a/compiler/optimizing/optimizing_compiler_stats.h b/compiler/optimizing/optimizing_compiler_stats.h index 58d65bb97d..622fec3521 100644 --- a/compiler/optimizing/optimizing_compiler_stats.h +++ b/compiler/optimizing/optimizing_compiler_stats.h @@ -81,6 +81,7 @@ enum class MethodCompilationStat { kSimplifyThrowingInvoke, kInstructionSunk, kNotInlinedUnresolvedEntrypoint, + kNotInlinedBss, kNotInlinedDexCache, kNotInlinedStackMaps, kNotInlinedEnvironmentBudget, -- cgit v1.2.3-59-g8ed1b