OSDN Git Service

Move explicit GC after we are done initalizing all classes.
authorMathieu Chartier <mathieuc@google.com>
Mon, 11 Aug 2014 20:52:12 +0000 (13:52 -0700)
committerMathieu Chartier <mathieuc@google.com>
Thu, 14 Aug 2014 16:43:54 +0000 (09:43 -0700)
commita73a8b55415b544355438522524a640378698d85
tree8bf44692d894a38b3852004b536e2cc8d13d4430
parent0c2a6d76ccedb77e79adc68c723cd4ed8278fee9
Move explicit GC after we are done initalizing all classes.

Previously we had the GC happen for each dex file, this added a
few seconds of time on boot.oat creation.

Bug: 16853450

(cherry picked from commit 093ef212b7db4c17ed62df5cac0c1ac3a24e691d)

Change-Id: Ia469838eff1550c175c3465a478d8081023601bd
compiler/driver/compiler_driver.cc