OSDN Git Service

Don't disable inlining for ARM.
authorElliott Hughes <enh@google.com>
Wed, 10 Oct 2012 01:07:14 +0000 (18:07 -0700)
committerElliott Hughes <enh@google.com>
Wed, 10 Oct 2012 02:16:44 +0000 (19:16 -0700)
commit9c789541c5a37dc8c5d12d98b8db74def61e26db
treec900964496b288352feb0be76bb9295b7dbdf160
parent43e44fd5952d0bbad335c54d1f5c3eac920d755b
Don't disable inlining for ARM.

I think there was confusion here between method inlining and the method
compiler. Just because the latter isn't yet functional doesn't mean we
don't want the former for those targets that support it.

(cherry-pick of 4b3f78e73109604b817294a9c21bc3653328e3fb.)

Bug: 7179010
Change-Id: I627badb448a056ed4a1cc1e75a05325ce6112876
vm/Init.cpp
vm/compiler/codegen/arm/armv7-a-neon/MethodCodegenDriver.cpp
vm/compiler/codegen/x86/CodegenInterface.cpp