summaryrefslogtreecommitdiffstats
path: root/runtime/gc/collector/concurrent_copying.h
Commit message (Expand)AuthorAgeFilesLines
* Add some more DISALLOW_COPY_AND_ASSIGNMathieu Chartier2015-05-041-1/+1
* ART: Enable more Clang warningsAndreas Gampe2015-04-061-1/+1
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-3/+5
* Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-2/+0
* Merge "Change AtomicStack to use StackReference"Mathieu Chartier2015-01-261-1/+1
|\
| * Change AtomicStack to use StackReferenceMathieu Chartier2015-01-251-1/+1
* | ART: Fix new[] / delete mismatchAndreas Gampe2015-01-231-1/+1
|/
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-10/+244
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+3
* Enable concurrent sweeping for non-concurrent GC.Mathieu Chartier2014-04-291-4/+1
* An empty collector skeleton for a read barrier-based collector.Hiroshi Yamauchi2014-03-271-0/+56