From e35ac04a1a9a22b1c4386b27f3a30cd840aa17b1 Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Mon, 25 Feb 2019 18:11:53 +0000 Subject: Don't pack code size in CodeInfo. The unpacking is tricky for host tooling as we need to propagate ISA. This adds 0.05% to oat file size. Bug: 123510633 Change-Id: I5618db5e5dbe83d8a2bb89aef61cb0b10e336f40 --- compiler/optimizing/stack_map_stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/optimizing/stack_map_stream.h') diff --git a/compiler/optimizing/stack_map_stream.h b/compiler/optimizing/stack_map_stream.h index 164e9021b2..1fea3ef250 100644 --- a/compiler/optimizing/stack_map_stream.h +++ b/compiler/optimizing/stack_map_stream.h @@ -99,7 +99,7 @@ class StackMapStream : public DeletableArenaObject { ScopedArenaAllocator* allocator_; const InstructionSet instruction_set_; - uint32_t packed_code_size_ = 0; + uint32_t code_size_ = 0; uint32_t packed_frame_size_ = 0; uint32_t core_spill_mask_ = 0; uint32_t fp_spill_mask_ = 0; -- cgit v1.2.3-59-g8ed1b