summaryrefslogtreecommitdiffstats
path: root/runtime/gc/collector/concurrent_copying.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-0/+1
* Use the lock word bits for Baker-style read barrier.Hiroshi Yamauchi2015-04-231-6/+27
* Move ArtField to nativeMathieu Chartier2015-04-101-1/+1
* Fix CC root visiting bugMathieu Chartier2015-04-071-4/+4
* Merge "Add more logging for debugging possible deadlock"Mathieu Chartier2015-04-071-0/+3
|\
| * Add more logging for debugging possible deadlockMathieu Chartier2015-04-061-0/+3
* | ART: Enable more Clang warningsAndreas Gampe2015-04-061-0/+3
|/
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-39/+59
* Rosalloc thread local allocation path without a cas.Hiroshi Yamauchi2015-03-111-2/+3
* Fix some incorrect IsCompiler instead of IsAotCompilerMathieu Chartier2015-03-051-1/+1
* Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-8/+0
* Merge "ART: checkpoint mechanism optimization"Hiroshi Yamauchi2015-02-031-1/+10
|\
| * ART: checkpoint mechanism optimizationLei Li2015-02-031-1/+10
* | Clean up enums in RegionSpace.Hiroshi Yamauchi2015-01-301-12/+14
|/
* Change AtomicStack to use StackReferenceMathieu Chartier2015-01-251-12/+9
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-0/+1617
* An empty collector skeleton for a read barrier-based collector.Hiroshi Yamauchi2014-03-271-0/+25