summaryrefslogtreecommitdiffstats
path: root/runtime/gc/collector/garbage_collector.cc
Commit message (Expand)AuthorAgeFilesLines
* More advanced timing loggers.Mathieu Chartier2014-06-241-0/+1
* Shared single GC iteration accounting for all GCs.Mathieu Chartier2014-06-201-40/+50
* Fix systrace logging, total paused time, and bytes saved message.Mathieu Chartier2014-06-171-0/+2
* Add RecordFree to the GarbageCollector interfaceMathieu Chartier2014-05-051-0/+12
* Enable concurrent sweeping for non-concurrent GC.Mathieu Chartier2014-04-291-84/+17
* Always log explicit GC.Mathieu Chartier2014-04-281-0/+1
* Replace ObjectSet with LargeObjectBitmap.Mathieu Chartier2014-04-171-6/+6
* Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-141-2/+2
* Reset GC timings after SIGQUIT.Mathieu Chartier2014-04-081-0/+8
* Add monitor deflation.Mathieu Chartier2014-04-071-1/+1
* Swap allocation stacks in pause.Mathieu Chartier2014-03-281-3/+4
* Merge "Refactor some GC code."Mathieu Chartier2014-03-281-3/+7
|\
| * Refactor some GC code.Mathieu Chartier2014-03-281-3/+7
* | Merge "An empty collector skeleton for a read barrier-based collector."Hiroshi Yamauchi2014-03-281-0/+4
|\ \ | |/ |/|
| * An empty collector skeleton for a read barrier-based collector.Hiroshi Yamauchi2014-03-271-0/+4
* | Change sticky GC ergonomics to use GC throughput.Mathieu Chartier2014-03-271-2/+11
|/
* Revoke rosalloc thread-local buffers at the checkpoint.Hiroshi Yamauchi2014-03-211-6/+0
* Refactor the garbage collector driver (GarbageCollector::Run).Hiroshi Yamauchi2014-03-201-44/+55
* Add timing split for RevokeAllThreadLocalBuffers.Mathieu Chartier2014-03-101-3/+9
* RosAlloc verification.Hiroshi Yamauchi2014-02-071-0/+6
* Move SwapBitmaps to ContinuousMemMapAllocSpace.Mathieu Chartier2014-02-031-2/+3
* Improve the generational mode.Hiroshi Yamauchi2014-01-141-1/+3
* Refactor large object sweeping.Mathieu Chartier2014-01-101-2/+2
* Background compaction support.Mathieu Chartier2014-01-081-5/+15
* Thread local bump pointer allocator.Mathieu Chartier2013-12-161-1/+1
* Add histogram for GC pause times.Mathieu Chartier2013-11-211-7/+10
* A custom 'runs-of-slots' memory allocator.Hiroshi Yamauchi2013-11-161-1/+5
* Compacting collector.Mathieu Chartier2013-11-111-1/+9
* Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug ...Brian Carlstrom2013-11-061-1/+1
* Add more systrace logging to GC.Mathieu Chartier2013-09-051-2/+6
* Fix non concurrent GC ergonomics.Mathieu Chartier2013-08-191-1/+1
* More parallel GC, rewritten parallel mark stack processing.Mathieu Chartier2013-08-161-3/+2
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-10/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+150