summaryrefslogtreecommitdiffstats
path: root/runtime/gc/collector/mark_compact.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ArtField to nativeMathieu Chartier2015-04-101-2/+0
* Refactor and improve GC root handlingMathieu Chartier2015-04-061-10/+49
* Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-031-2/+2
* Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs"Hiroshi Yamauchi2015-01-271-1/+1
|\
| * ART: clear dirty cards of alloc space for MS/CMS partial and full GCsLei Li2015-01-261-1/+1
* | Change AtomicStack to use StackReferenceMathieu Chartier2015-01-251-3/+3
|/
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-151-6/+4
* ART: More warningsAndreas Gampe2014-11-041-3/+3
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* Add runtime options for large object spaceMathieu Chartier2014-09-161-2/+5
* More advanced timing loggers.Mathieu Chartier2014-06-241-34/+29
* Shared single GC iteration accounting for all GCs.Mathieu Chartier2014-06-201-44/+38
* Add mark compact collector.Mathieu Chartier2014-06-191-0/+634