summaryrefslogtreecommitdiffstats
path: root/runtime/gc
Commit message (Expand)AuthorAgeFilesLines
...
* | Swap allocation stacks in pause.Mathieu Chartier2014-03-284-134/+57
* | Merge "Refactor some GC code."Mathieu Chartier2014-03-2814-213/+126
|\ \
| * | Refactor some GC code.Mathieu Chartier2014-03-2814-213/+126
* | | Merge "An empty collector skeleton for a read barrier-based collector."Hiroshi Yamauchi2014-03-286-8/+111
|\ \ \ | |/ / |/| |
| * | An empty collector skeleton for a read barrier-based collector.Hiroshi Yamauchi2014-03-276-8/+111
| |/
* | Change sticky GC ergonomics to use GC throughput.Mathieu Chartier2014-03-274-28/+61
|/
* Merge "Less redundant verification."Mathieu Chartier2014-03-271-1/+2
|\
| * Less redundant verification.Mathieu Chartier2014-03-261-1/+2
* | Add valgrind support to large object map space.Mathieu Chartier2014-03-263-5/+55
|/
* Add GC mode for stressing testing heap transitions.Mathieu Chartier2014-03-251-0/+9
* Add missing debugger root visiting.Mathieu Chartier2014-03-255-60/+71
* Refactor object reference visiting logic.Mathieu Chartier2014-03-2410-367/+253
* Refactor and optimize GC code.Mathieu Chartier2014-03-2412-242/+190
* Revoke rosalloc thread-local buffers at the checkpoint.Hiroshi Yamauchi2014-03-2115-8/+110
* Merge "Refactor the garbage collector driver (GarbageCollector::Run)."Hiroshi Yamauchi2014-03-218-79/+88
|\
| * Refactor the garbage collector driver (GarbageCollector::Run).Hiroshi Yamauchi2014-03-208-79/+88
* | Merge "Fix RecordFree to take signed parameters."Mathieu Chartier2014-03-204-13/+17
|\ \
| * | Fix RecordFree to take signed parameters.Mathieu Chartier2014-03-204-13/+17
| |/
* | Merge "Add Heap::RunningOnValgrind and call it from the spaces."Mathieu Chartier2014-03-203-2/+5
|\ \
| * | Add Heap::RunningOnValgrind and call it from the spaces.Mathieu Chartier2014-03-203-2/+5
| |/
* | Fix a libartd.so boot DCHECK failure with the GSS collector.Hiroshi Yamauchi2014-03-201-1/+1
|/
* Add soft reference pre processing.Mathieu Chartier2014-03-204-9/+42
* Merge "Use the card table to speed up the GSS collector."Hiroshi Yamauchi2014-03-189-15/+443
|\
| * Use the card table to speed up the GSS collector.Hiroshi Yamauchi2014-03-149-15/+443
* | Make MemMap::MapAnonymous() fail if the requested address is not available.Hiroshi Yamauchi2014-03-141-1/+1
|/
* Refactor reflective method invocation.Ian Rogers2014-03-141-11/+10
* Refactor reference code into mirror namespace.Mathieu Chartier2014-03-146-172/+76
* Fix heap trimming logic.Mathieu Chartier2014-03-132-14/+22
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+31
* Merge "Refactor immune region logic into its own file."Mathieu Chartier2014-03-138-140/+155
|\
| * Refactor immune region logic into its own file.Mathieu Chartier2014-03-138-140/+155
* | Improve use of CHECK macros.Ian Rogers2014-03-121-51/+57
|/
* Put the post zygote non-moving space next to the malloc space.Hiroshi Yamauchi2014-03-114-15/+44
* Add timing split for RevokeAllThreadLocalBuffers.Mathieu Chartier2014-03-102-3/+11
* Fix tests to pass with VerifyObject.Mathieu Chartier2014-03-071-45/+69
* Add more VerifyObject calls.Mathieu Chartier2014-03-074-10/+13
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-0613-26/+30
* Merge "Defer heap transitions to heap trimming daemon."Mathieu Chartier2014-03-073-32/+104
|\
| * Defer heap transitions to heap trimming daemon.Mathieu Chartier2014-03-063-32/+104
* | Restore obj after RequestConcurrentGC.Mathieu Chartier2014-03-062-4/+7
|/
* Disable compaction for jni workarounds.Mathieu Chartier2014-03-062-0/+13
* Print error message if ImageSpace::Init fails.Mathieu Chartier2014-03-051-0/+2
* Fix valgrind gtests and memory leaks.Mathieu Chartier2014-03-0510-32/+35
* Support compiler filters for boot classpathBrian Carlstrom2014-03-041-1/+1
* Merge "Avoid marking old class linker and intern table roots during pause."Mathieu Chartier2014-03-044-36/+48
|\
| * Avoid marking old class linker and intern table roots during pause.Mathieu Chartier2014-03-044-36/+48
* | Merge "Decrease lock uses in RosAlloc::BulkFree()."Hiroshi Yamauchi2014-03-047-41/+123
|\ \ | |/ |/|
| * Decrease lock uses in RosAlloc::BulkFree().Hiroshi Yamauchi2014-03-037-41/+123
* | Remove oat file location in the image.Nicolas Geoffray2014-03-042-11/+5
* | Merge "Fix SafePrettyTypeOf to never call VerifyObject."Mathieu Chartier2014-03-042-4/+5
|\ \