OSDN Git Service

ART: Skip compiling redefined classes in apps
authorAndreas Gampe <agampe@google.com>
Tue, 29 Jul 2014 01:38:57 +0000 (18:38 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 6 Aug 2014 20:08:43 +0000 (13:08 -0700)
commitde7b43626c49567cefb258669aac70a289b74b85
tree092a61f4717c76a8959aef7b655c8146f15a8d5c
parent1b192268f167f603fc372f02f9067f3ce5d82daf
ART: Skip compiling redefined classes in apps

If for an app a class is defined in more than one dex file, skip
all classes after the first.

Bug: 16057120
Change-Id: Ifd71e6f462fd691ee23724a001190e9175988069
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h