summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Improve the generational mode.Hiroshi Yamauchi2014-01-141-1/+4
* Background compaction support.Mathieu Chartier2014-01-081-13/+35
* Add sampling profilerDave Allison2014-01-071-13/+58
* Move compiler code out of method verifier.Vladimir Marko2013-12-171-6/+7
* Thread local bump pointer allocator.Mathieu Chartier2013-12-161-2/+6
* Enable moving classes.Mathieu Chartier2013-12-101-16/+57
* Fix a rosalloc check failure in a test.Hiroshi Yamauchi2013-12-041-5/+0
* Add -xGc: MS, CMS, SS options to specify which GC to use.Mathieu Chartier2013-11-221-6/+9
* Fix a crash with -XX:DumpGCPerformanceOnShutdown.Hiroshi Yamauchi2013-11-221-1/+9
* Add developer option for dumping GC cumulative timings on shutdown.Mathieu Chartier2013-11-221-0/+4
* A custom 'runs-of-slots' memory allocator.Hiroshi Yamauchi2013-11-161-0/+5
* Compacting collector.Mathieu Chartier2013-11-111-31/+36
* Fix oatdump and valgrind.Ian Rogers2013-11-061-46/+3
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-0/+31
* Fast JNI support.Ian Rogers2013-10-201-1/+1
* resolved conflicts for merge of b926b3c6 to dalvik-devBrian Carlstrom2013-10-111-4/+15
|\
| * Have JNI FindClass fall back to system ClassLoaderBrian Carlstrom2013-10-101-5/+16
| * Use class def index from java.lang.Class.Ian Rogers2013-09-211-2/+3
* | Merge "Fix an Art debug build boot failure." into dalvik-devHiroshi Yamauchi2013-10-031-2/+2
|\ \
| * | Fix an Art debug build boot failure.Hiroshi Yamauchi2013-10-021-2/+2
* | | Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-1/+9
|/ /
* | Split the allocation path into 'instrumented' and 'uninstrumented'Hiroshi Yamauchi2013-09-251-1/+47
* | resolved conflicts for merge of bb0140e0 to dalvik-devMathieu Chartier2013-09-201-0/+12
|\ \ | |/
| * Re-enable concurrent system weak sweeping.Mathieu Chartier2013-09-201-0/+12
* | Use class def index from java.lang.Class.Ian Rogers2013-09-191-2/+3
* | am 5b0daf5c: am ff6cff9e: am ab482f5e: Merge "Allow traversal into /storage p...Jeff Sharkey2013-09-181-1/+1
|\ \ | |/
| * Merge "Allow traversal into /storage paths." into klp-devJeff Sharkey2013-09-181-1/+1
| |\
| | * Allow traversal into /storage paths.Jeff Sharkey2013-09-171-1/+1
* | | Merge "Refactor system weak sweeping, add support for modification." into dal...Mathieu Chartier2013-09-181-0/+6
|\ \ \
| * | | Refactor system weak sweeping, add support for modification.Mathieu Chartier2013-09-171-0/+6
* | | | resolved conflicts for merge of 613eae4a to dalvik-devMathieu Chartier2013-09-171-6/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix race in root marking.Mathieu Chartier2013-09-171-6/+2
| |/
* | Add support for changing roots through the root visitor callback.Mathieu Chartier2013-09-131-4/+9
|/
* Handle OOMEs in class linker with grace.Ian Rogers2013-08-271-8/+15
* Add art support for sample profiling from traceview gui.Jeff Hao2013-08-261-1/+2
* Merge "Add more runtime options." into dalvik-devMathieu Chartier2013-08-211-6/+27
|\
| * Add more runtime options.Mathieu Chartier2013-08-211-6/+27
* | Compiler filter updatebuzbee2013-08-211-2/+2
|/
* Prevent segvs in JNI.Ian Rogers2013-08-151-1/+1
* Add -XX:+DisableExplicitGC option for ArtAnwar Ghuloum2013-08-141-0/+5
* Merge "Refactor java.lang.reflect implementation" into dalvik-devIan Rogers2013-08-141-15/+14
|\
| * Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-15/+14
* | Clean up logcat spam from compiler and verifierAnwar Ghuloum2013-08-131-0/+3
|/
* Compilation filterbuzbee2013-08-081-12/+32
* Add low memory mode option to ART.Mathieu Chartier2013-08-051-1/+5
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-3/+3
* resolved conflicts for merge of 7934ac28 to dalvik-devBrian Carlstrom2013-07-261-16/+16
|\
| * Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-16/+16
* | Prevent verifier from creating unused compilation data.Sebastien Hertz2013-07-261-1/+1
|/
* Add option for changing number of GC threads.Mathieu Chartier2013-07-231-1/+7