summaryrefslogtreecommitdiffstats
path: root/runtime/gc/space
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-111-1/+1
|/
* Improve the OOME fragmentation message.Hiroshi Yamauchi2014-07-104-0/+34
* Fix GC to use art::Atomic rather than compiler intrinsics.Ian Rogers2014-07-105-24/+25
* 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
|/
* Shared single GC iteration accounting for all GCs.Mathieu Chartier2014-06-205-33/+24
* Add mark compact collector.Mathieu Chartier2014-06-191-0/+6
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-0/+3
* Add locking around boot image generation.Narayan Kamath2014-06-101-1/+12
* ART: Add thread safety test for LargeObjectSpaceAndreas Gampe2014-05-301-0/+57
* Merge "Allocate large enough space bitmaps for malloc spaces."Hiroshi Yamauchi2014-05-281-6/+8
|\
| * Allocate large enough space bitmaps for malloc spaces.Hiroshi Yamauchi2014-05-231-6/+8
* | Add option to specify compiler executable.Tsu Chiang Chuang2014-05-271-2/+1
* | Improve invalid large object free dumping.Mathieu Chartier2014-05-231-2/+4
|/
* Merge "Begin migration of art::Atomic to std::atomic."Ian Rogers2014-05-215-13/+13
|\
| * Begin migration of art::Atomic to std::atomic.Ian Rogers2014-05-205-13/+13
* | Simplify Class::IsArtFieldClass().Hiroshi Yamauchi2014-05-201-3/+6
|/
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-199-33/+34
* Follow up to "Add ISA directory to image and odex pathnames."Brian Carlstrom2014-05-191-3/+3
* Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-161-2/+8
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-153-3/+3
* Improve large object free CHECKMathieu Chartier2014-05-151-1/+2
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-132-55/+58
* Merge "Move quick frame info to OatQuickMethodHeader."Vladimir Marko2014-05-131-15/+17
|\
| * Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-15/+17
* | Place ISA into boot image name.Ian Rogers2014-05-121-2/+2
|/
* Prevent spurious dexopts in 32-64 builds.Narayan Kamath2014-05-022-45/+110
* Merge "Add thread unsafe allocation methods to spaces."Mathieu Chartier2014-05-016-2/+50
|\
| * Add thread unsafe allocation methods to spaces.Mathieu Chartier2014-04-306-2/+50
* | Merge "Clean up Add/Remove space."Mathieu Chartier2014-05-011-5/+10
|\ \
| * | Clean up Add/Remove space.Mathieu Chartier2014-04-301-5/+10
| |/
* | Use instruction specific dalvik cache dirs.Narayan Kamath2014-05-012-6/+10
|/
* Force inlining on trivial accessors.Ian Rogers2014-04-291-0/+1
* Enable concurrent sweeping for non-concurrent GC.Mathieu Chartier2014-04-291-3/+5
* Enable reading page map without lock in RosAlloc::BulkFreeMathieu Chartier2014-04-252-14/+5
* Return bytes freed from RosAlloc.Mathieu Chartier2014-04-221-12/+16
* Replace ObjectSet with LargeObjectBitmap.Mathieu Chartier2014-04-176-65/+100
* Don't call SetFootprintLimit in CreateZygoteSpace.Mathieu Chartier2014-04-151-9/+4
* Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-1412-56/+50
* Clean-up heap spaces.Mathieu Chartier2014-04-1122-85/+133
* Implement rosalloc page trimming without suspending threads.Hiroshi Yamauchi2014-04-071-4/+2
* Insert an empty read barrier call.Hiroshi Yamauchi2014-04-031-2/+7
* Pass instruction-set from runtime through to spawned dex2oat.Ian Rogers2014-04-021-30/+2
* Merge "Fix running with DlMalloc instead of RosAlloc."Mathieu Chartier2014-04-012-2/+2
|\
| * Fix running with DlMalloc instead of RosAlloc.Mathieu Chartier2014-04-012-2/+2