summaryrefslogtreecommitdiffstats
path: root/runtime/gc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Revert "Revert "ART: Key-Value Store in Oat header"""Andreas Gampe2014-07-112-0/+7
|\
| * Revert "Revert "ART: Key-Value Store in Oat header""Andreas Gampe2014-07-112-0/+7
* | ART: Compacting ROS/DlMalloc spaces with semispace copy GCZuo Wang2014-07-119-59/+334
* | Faster TLAB allocator.Mathieu Chartier2014-07-111-47/+75
|/
* Merge "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Sebastien Hertz2014-07-103-46/+11
|\
| * Revert "Revert "Revert "Add intrinsic for Reference.get()"""Sebastien Hertz2014-07-113-46/+11
* | Merge "Revert "Revert "Add intrinsic for Reference.get()"""Christopher Ferris2014-07-103-11/+46
|\ \ | |/
| * Revert "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-113-11/+46
* | Merge "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-103-46/+11
|\ \ | |/
| * Revert "Add intrinsic for Reference.get()"Christopher Ferris2014-07-113-46/+11
* | Merge "Add intrinsic for Reference.get()"Mathieu Chartier2014-07-103-11/+46
|\ \ | |/
| * Add intrinsic for Reference.get()Fred Shih2014-07-103-11/+46
* | Change default heap maximum size to be 256m.Mathieu Chartier2014-07-101-1/+1
* | Fix race condition in release pages.Mathieu Chartier2014-07-101-13/+23
* | Improve the OOME fragmentation message.Hiroshi Yamauchi2014-07-108-28/+77
|/
* Fix GC to use art::Atomic rather than compiler intrinsics.Ian Rogers2014-07-107-30/+32
* Add notion of released vs empty pages to ROSAlloc.Mathieu Chartier2014-07-094-144/+168
* Move card table away from android_atomic_cas.Ian Rogers2014-07-101-7/+12
* Add easy way to ensure the next allocation does GC.Mathieu Chartier2014-07-091-0/+20
* Merge "Revert "ART: Key-Value Store in Oat header""Nicolas Geoffray2014-07-022-7/+0
|\
| * Revert "ART: Key-Value Store in Oat header"Nicolas Geoffray2014-07-092-7/+0
* | Merge "Make dex2oat heap size product configurable [art]"Brian Carlstrom2014-07-081-7/+0
|\ \ | |/ |/|
| * Make dex2oat heap size product configurable [art]Brian Carlstrom2014-07-081-7/+0
* | ART: Key-Value Store in Oat headerAndreas Gampe2014-07-082-0/+7
|/
* Don't allow negative GetFreeMemory.Mathieu Chartier2014-06-271-1/+4
* Merge "More advanced timing loggers."Mathieu Chartier2014-06-247-180/+147
|\
| * More advanced timing loggers.Mathieu Chartier2014-06-247-180/+147
* | Add logging to monitor deflation.Mathieu Chartier2014-06-241-1/+4
|/
* Use reader lock of bulk free lock when not freeing.Mathieu Chartier2014-06-232-8/+5
* Shared single GC iteration accounting for all GCs.Mathieu Chartier2014-06-2012-350/+346
* Add mark compact collector.Mathieu Chartier2014-06-1915-41/+963
* Fix systrace logging, total paused time, and bytes saved message.Mathieu Chartier2014-06-173-5/+10
* Merge "Fix error with remembered sets creation."Mathieu Chartier2014-06-171-10/+12
|\
| * Fix error with remembered sets creation.Mathieu Chartier2014-06-171-10/+12
* | Change reference processing to use heap references.Mathieu Chartier2014-06-169-121/+131
|/
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-107-14/+20
* Merge "Reduced frequency of blocks for concurrent gc"Mathieu Chartier2014-06-103-21/+27
|\
| * Reduced frequency of blocks for concurrent gcFred Shih2014-06-103-21/+27
* | Merge "Add locking around boot image generation."Narayan Kamath2014-06-101-1/+12
|\ \ | |/ |/|
| * Add locking around boot image generation.Narayan Kamath2014-06-101-1/+12
* | Fix GetFreeMemory to use fooprint limit instead of max memory.Mathieu Chartier2014-06-092-2/+2
|/
* Add missing initializtaion of last_gc_time_ns_.Mathieu Chartier2014-06-061-0/+1
* Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-061-5/+3
|\
| * Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-5/+3
* | Reduce header files including header files.Ian Rogers2014-06-062-5/+8
|/
* Merge "Verify there's no mem map gap for immune region not to break."Hiroshi Yamauchi2014-06-051-0/+11
|\
| * Verify there's no mem map gap for immune region not to break.Hiroshi Yamauchi2014-06-041-0/+11
* | ART: Heap-allocate buffer in space_bitmap when on 64b archAndreas Gampe2014-06-041-1/+9
* | Print mutexes held in Thread::Dump.Mathieu Chartier2014-06-041-1/+1
* | ART: Add thread safety test for LargeObjectSpaceAndreas Gampe2014-05-301-0/+57