OSDN Git Service

Avoid unnecessarily clearing/resetting region_space_ for each GC.
authorHiroshi Yamauchi <yamauchi@google.com>
Tue, 25 Oct 2016 18:55:10 +0000 (11:55 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Tue, 25 Oct 2016 18:56:23 +0000 (11:56 -0700)
commit4af14174ee8cc2c443c92e263bba59cfe8e41a85
treea657e042cd359930cc0881bfcb7698549aa5ddca
parentc0ada4a0911758b69e55bd5b3246ed1d35e2d4be
Avoid unnecessarily clearing/resetting region_space_ for each GC.

Bug: 12687968
Test: test-art-host with CC.
Change-Id: Idf8e6753ba9de23866e15634a093b47ae6a5c239
runtime/gc/collector/concurrent_copying.cc
runtime/gc/heap.cc