OSDN Git Service

Only GC the first time we call PreZygoteFork
authorMathieu Chartier <mathieuc@google.com>
Tue, 31 Mar 2015 23:28:53 +0000 (16:28 -0700)
committerMathieu Chartier <mathieuc@google.com>
Tue, 31 Mar 2015 23:29:46 +0000 (16:29 -0700)
commitfaed9950572632ffaac69e70c0b1ab90496c98f3
treea8f6f50c35520957188958952fa17935f2624dc6
parentbf143069fc5b7526ea79d4283293878a2ebe99ee
Only GC the first time we call PreZygoteFork

PreZygoteFork is called for every app launch, it is overkill to GC
each time since it takes 20-30ms and blocks app launch for that long.

Change-Id: I647c8ccca767ceca67a006c1d80a739c7860f0d0
runtime/gc/heap.cc