summaryrefslogtreecommitdiffstats
path: root/runtime/gc
Commit message (Expand)AuthorAgeFilesLines
...
* | Switch JNI globals lock to reader-writer.Ian Rogers2013-08-201-2/+2
|/
* Print information about large objects freed and AllocSpace objects.Mathieu Chartier2013-08-193-49/+68
* Fix non concurrent GC ergonomics.Mathieu Chartier2013-08-195-34/+47
* Merge "More parallel GC, rewritten parallel mark stack processing." into dalv...Mathieu Chartier2013-08-1611-391/+541
|\
| * More parallel GC, rewritten parallel mark stack processing.Mathieu Chartier2013-08-1611-391/+541
* | Merge "Log long GC pause only when the process cares about pause time" into d...Anwar Ghuloum2013-08-161-1/+1
|\ \ | |/ |/|
| * Log long GC pause only when the process cares about pause timeAnwar Ghuloum2013-08-161-1/+1
* | Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-1614-319/+124
|/
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-1/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-136-23/+23
* Merge "Avoid a long alloc space lock contention during sticky GC sweep." into...Hiroshi Yamauchi2013-08-131-3/+25
|\
| * Avoid a long alloc space lock contention during sticky GC sweep.Hiroshi Yamauchi2013-08-131-3/+25
* | C++11 support for ART.Mathieu Chartier2013-08-131-1/+1
|/
* Yet more timing logger cleanupAnwar Ghuloum2013-08-131-16/+12
* Timing logger clean-upAnwar Ghuloum2013-08-121-22/+19
* Fixing build breakage due to bad newsplit placementAnwar Ghuloum2013-08-091-1/+2
* Systrace fixups and refactoring for TimingLoggerAnwar Ghuloum2013-08-093-69/+119
* am c39e3423: Use JNI to access activity manager process state.Mathieu Chartier2013-08-092-39/+151
|\
| * Use JNI to access activity manager process state.Mathieu Chartier2013-08-092-39/+151
* | am e0a53e99: Add low memory mode option to ART.Mathieu Chartier2013-08-072-6/+15
|\ \ | |/
| * Add low memory mode option to ART.Mathieu Chartier2013-08-052-6/+15
* | New free list large object space.Mathieu Chartier2013-08-066-183/+335
* | Move allocation stack unmarking outside of pause.Mathieu Chartier2013-08-064-51/+78
* | Improve the allocation speed.Hiroshi Yamauchi2013-08-059-95/+217
* | Disable and remove finger.Mathieu Chartier2013-08-0310-79/+33
|/
* Fix valgrind support for dlmalloc space.Mathieu Chartier2013-08-021-42/+34
* Fix accidental performance regression.Mathieu Chartier2013-08-011-1/+1
* Fix histogram memory issues.Mathieu Chartier2013-08-012-3/+3
* Fix image generation.Mathieu Chartier2013-07-311-5/+4
* Fix mismatched malloc / delete.Mathieu Chartier2013-07-311-25/+26
* GC a lot mode.Mathieu Chartier2013-07-311-1/+9
* Remove sorted variable in allocation stacks.Mathieu Chartier2013-07-302-33/+51
* resolved conflicts for merge of 7934ac28 to dalvik-devBrian Carlstrom2013-07-267-9/+9
|\
| * Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-267-9/+9
* | am 58b42b98: Fix portable build.Mathieu Chartier2013-07-253-10/+9
|\ \ | |/
| * Fix portable build.Mathieu Chartier2013-07-253-10/+9
* | Merge "Add systrace support to NewTimingLogger, migrate compiler timing loggi...Anwar Ghuloum2013-07-254-8/+8
|\ \
| * | Add systrace support to NewTimingLogger, migrate compiler timing logging to N...Anwar Ghuloum2013-07-254-8/+8
* | | am 98b6b185: Fix buildMathieu Chartier2013-07-251-2/+0
|\ \ \ | |/ / |/| / | |/
| * Fix buildMathieu Chartier2013-07-251-2/+0
* | am 0a9dc05e: GC data structures allocation trackingMathieu Chartier2013-07-2511-21/+177
|\ \ | |/
| * GC data structures allocation trackingMathieu Chartier2013-07-2511-21/+177
* | Merge "Show size/alloc/free per Dalvik heap space in dumpsys" into dalvik-devHiroshi Yamauchi2013-07-255-14/+40
|\ \ | |/ |/|
| * Show size/alloc/free per Dalvik heap space in dumpsysHiroshi Yamauchi2013-07-225-14/+40
* | Tidy OOME message.Ian Rogers2013-07-241-24/+24
* | am 63a54345: Add option for changing number of GC threads.Mathieu Chartier2013-07-232-7/+9
|\ \
| * | Add option for changing number of GC threads.Mathieu Chartier2013-07-232-7/+9
* | | am 4274889d: Fixing cpplint readability/check issuesBrian Carlstrom2013-07-194-5/+5
|\ \ \ | |/ /
| * | Fixing cpplint readability/check issuesBrian Carlstrom2013-07-184-5/+5
* | | am 2d88862f: Fixing cpplint readability/casting issuesBrian Carlstrom2013-07-191-1/+1
|\ \ \ | |/ /