summaryrefslogtreecommitdiffstats
path: root/runtime/gc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix libart.do boot check failure (b/11679102)." into dalvik-devHiroshi Yamauchi2013-11-141-0/+1
|\
| * Fix libart.do boot check failure (b/11679102).Hiroshi Yamauchi2013-11-131-0/+1
* | Manually manage thread pool stacks.Mathieu Chartier2013-11-131-1/+1
|/
* Compacting collector.Mathieu Chartier2013-11-1127-570/+2481
* am 97349cba: Merge "Change thread.h to thread-inl.h to pick up missing Thread...Brian Carlstrom2013-11-074-4/+4
|\
| * Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug ...Brian Carlstrom2013-11-064-4/+4
* | Merge "Fix oatdump and valgrind." into dalvik-devIan Rogers2013-11-061-1/+1
|\ \
| * | Fix oatdump and valgrind.Ian Rogers2013-11-061-1/+1
* | | Merge "Improve object clone performance and make compaction proof." into dalv...Mathieu Chartier2013-11-061-0/+4
|\ \ \ | |_|/ |/| |
| * | Improve object clone performance and make compaction proof.Mathieu Chartier2013-11-061-0/+4
| |/
* | Merge "Fix a DCHECK failure due to unmatching numbers of cards scanned." into...Hiroshi Yamauchi2013-11-052-25/+8
|\ \ | |/ |/|
| * Fix a DCHECK failure due to unmatching numbers of cards scanned.Hiroshi Yamauchi2013-11-052-25/+8
* | Merge "Don't use UTF16 length as length for MUTF8." into dalvik-devIan Rogers2013-10-301-1/+1
|\ \
| * | Don't use UTF16 length as length for MUTF8.Ian Rogers2013-10-301-1/+1
* | | Merge "Implement Interface Method Tables (IMT)." into dalvik-devJeff Hao2013-10-291-0/+4
|\ \ \
| * | | Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+4
| | |/ | |/|
* | | Fix object identity hash.Mathieu Chartier2013-10-292-4/+5
|/ /
* | Fix a double unmap issue in MemMap::UnMapAtEnd().Hiroshi Yamauchi2013-10-251-4/+3
|/
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-2114-131/+176
* Fast JNI support.Ian Rogers2013-10-202-14/+13
* Remove four counter increments out of the allocation path.Hiroshi Yamauchi2013-10-098-38/+62
* am 80f85137: am 7c798419: am 7c3d13ae: Use file magic to determine file type,...Brian Carlstrom2013-10-041-1/+1
|\
| * Use file magic to determine file type, not file extension.Brian Carlstrom2013-10-031-1/+1
* | Fix a portable build breakageHiroshi Yamauchi2013-09-261-0/+2
* | Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-254-97/+314
* | Merge "Refactor and improve mod-union tables." into dalvik-devMathieu Chartier2013-09-2510-198/+249
|\ \
| * | Refactor and improve mod-union tables.Mathieu Chartier2013-09-2510-198/+249
* | | StringPiece clean up.Ian Rogers2013-09-241-1/+1
|/ /
* | resolved conflicts for merge of bb0140e0 to dalvik-devMathieu Chartier2013-09-202-55/+16
|\ \ | |/
| * Re-enable concurrent system weak sweeping.Mathieu Chartier2013-09-202-53/+18
* | resolved conflicts for merge of 50c3e9ca to dalvik-devMathieu Chartier2013-09-209-76/+209
|\ \ | |/
| * Improve heap verification.Mathieu Chartier2013-09-199-77/+213
* | resolved conflicts for merge of f466553d to dalvik-devMathieu Chartier2013-09-181-11/+8
|\ \ | |/
| * Fix system weak sweeping race.Mathieu Chartier2013-09-181-12/+8
* | am b5a80a1e: am ba5c7a7e: am 3c60d137: Merge "Fix soft reference clearing iss...Mathieu Chartier2013-09-183-19/+34
|\ \ | |/
| * Fix soft reference clearing issue.Mathieu Chartier2013-09-183-19/+34
* | Merge "Refactor system weak sweeping, add support for modification." into dal...Mathieu Chartier2013-09-182-42/+21
|\ \
| * | Refactor system weak sweeping, add support for modification.Mathieu Chartier2013-09-172-42/+21
* | | resolved conflicts for merge of 613eae4a to dalvik-devMathieu Chartier2013-09-171-4/+4
|\ \ \ | |/ / |/| / | |/
| * Fix race in root marking.Mathieu Chartier2013-09-171-4/+4
* | Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-133-28/+20
* | Add valgrind support to compiler arena allocator.Mathieu Chartier2013-09-121-1/+1
* | More allocation code optimizations.Hiroshi Yamauchi2013-09-111-0/+1
|/
* Add more systrace logging to GC.Mathieu Chartier2013-09-052-2/+8
* Merge "Write out image bitmap inside of image file." into klp-devMathieu Chartier2013-08-295-59/+64
|\
| * Write out image bitmap inside of image file.Mathieu Chartier2013-08-295-59/+64
* | Fix build.Mathieu Chartier2013-08-272-2/+2
* | Fix mark stack expand race.Mathieu Chartier2013-08-272-11/+18
|/
* Merge "Add more runtime options." into dalvik-devMathieu Chartier2013-08-214-58/+117
|\
| * Add more runtime options.Mathieu Chartier2013-08-214-58/+117