summaryrefslogtreecommitdiffstats
path: root/runtime/gc
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix valgrind heap_test.Hiroshi Yamauchi2015-03-131-7/+9
* | Exercise Heap::PreZygoteFork() in a test.Hiroshi Yamauchi2015-03-131-0/+12
|/
* Merge "ART: correct native bytes allocated in RegisterNativeAllocation"Mathieu Chartier2015-03-121-0/+2
|\
| * ART: correct native bytes allocated in RegisterNativeAllocationLin Zang2015-03-121-0/+2
* | Fix CC collector boot.Hiroshi Yamauchi2015-03-111-2/+2
|/
* Rosalloc thread local allocation path without a cas.Hiroshi Yamauchi2015-03-1134-279/+726
* Only allocate collectors if we may use themMathieu Chartier2015-03-062-12/+30
* Fix some incorrect IsCompiler instead of IsAotCompilerMathieu Chartier2015-03-051-1/+1
* Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-033-12/+2
* Add support for .bss section in oat files.Vladimir Marko2015-03-0212-20/+27
* Merge "Change card cache mod-union table to use bitmaps"Mathieu Chartier2015-02-268-79/+838
|\
| * Change card cache mod-union table to use bitmapsMathieu Chartier2015-02-268-79/+838
* | Add standard gc log for transition collections.Hiroshi Yamauchi2015-02-262-16/+28
|/
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-242-2/+2
* Revert "Add JIT"Nicolas Geoffray2015-02-242-2/+2
* Add JITMathieu Chartier2015-02-232-2/+2
* Implement a simple count based boot marker.Narayan Kamath2015-02-211-9/+39
* Merge "ART: Fix RosAlloc Valgrind code"Andreas Gampe2015-02-201-5/+6
|\
| * ART: Fix RosAlloc Valgrind codeAndreas Gampe2015-02-201-5/+6
* | Merge "Revert "Do GC for alloc for unstarted runtimes""Mathieu Chartier2015-02-201-6/+2
|\ \ | |/ |/|
| * Revert "Do GC for alloc for unstarted runtimes"Mathieu Chartier2015-02-201-6/+2
* | Merge "Do GC for alloc for unstarted runtimes"Mathieu Chartier2015-02-191-2/+6
|\ \ | |/
| * Do GC for alloc for unstarted runtimesMathieu Chartier2015-02-191-2/+6
* | ART: Check image size when openingAndreas Gampe2015-02-191-0/+14
|/
* Merge "Clear thread local freed bits in RosAlloc::Run::InspectAllSlots"Mathieu Chartier2015-02-051-1/+8
|\
| * Clear thread local freed bits in RosAlloc::Run::InspectAllSlotsMathieu Chartier2015-02-041-1/+8
* | art: Try to fix parsed_options_test on the build serverIgor Murashkin2015-02-041-1/+1
* | Fix broken volantis buildIgor Murashkin2015-02-041-6/+5
* | Merge "art: Refactor RuntimeOptions/ParsedOptions"Igor Murashkin2015-02-044-7/+20
|\ \ | |/ |/|
| * art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-044-7/+20
* | Merge "ART: checkpoint mechanism optimization"Hiroshi Yamauchi2015-02-033-5/+28
|\ \
| * | ART: checkpoint mechanism optimizationLei Li2015-02-033-5/+28
| |/
* | Clean up enums in RegionSpace.Hiroshi Yamauchi2015-01-304-134/+128
|/
* Merge "ART: reduce UpdateModUnionTable time for partial GC"Hiroshi Yamauchi2015-01-271-6/+12
|\
| * ART: reduce UpdateModUnionTable time for partial GCLei Li2015-01-231-6/+12
* | Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs"Hiroshi Yamauchi2015-01-277-17/+47
|\ \
| * | ART: clear dirty cards of alloc space for MS/CMS partial and full GCsLei Li2015-01-267-17/+47
* | | Merge "Change AtomicStack to use StackReference"Mathieu Chartier2015-01-2611-97/+127
|\ \ \ | |/ / |/| |
| * | Change AtomicStack to use StackReferenceMathieu Chartier2015-01-2511-97/+127
* | | ART: Fix new[] / delete mismatchAndreas Gampe2015-01-231-1/+1
|/ /
* | More of the concurrent copying collector.Hiroshi Yamauchi2015-01-2318-43/+3524
* | Merge "ART: clear dirty cards of alloc space in pause phase"Mathieu Chartier2015-01-234-10/+33
|\ \
| * | ART: clear dirty cards of alloc space in pause phaseLei Li2015-01-224-10/+33
| |/
* | Clean up the locks around Heap::VisitObjects().Hiroshi Yamauchi2015-01-202-21/+44
|/
* Print more info in MarkSweep::VerifyRootMathieu Chartier2015-01-157-45/+30
* ART: Allow scoped adjustments to log verbosityAndreas Gampe2015-01-151-0/+3
* Follow up on CL 122665.Hiroshi Yamauchi2015-01-131-7/+13
* Merge "[WIP] Fix a rosalloc verification crash."Hiroshi Yamauchi2015-01-102-5/+10
|\
| * [WIP] Fix a rosalloc verification crash.Hiroshi Yamauchi2015-01-092-5/+10
* | Add clamp growth limitMathieu Chartier2015-01-085-1/+39
|/