summaryrefslogtreecommitdiff
path: root/src/gc
AgeCommit message (Expand)Author
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom
2013-07-10Fix debug build assertion failing on boot. Jeff Hao
2013-07-10am 4922e9d4: Use /system/framework/framework.jar:preloaded-classes for on dev... Brian Carlstrom
2013-07-10Use /system/framework/framework.jar:preloaded-classes for on device dex2oat Brian Carlstrom
2013-07-08Improve sticky GC ergonomics Mathieu Chartier
2013-06-27Adding systrace logging to GC Mathieu Chartier
2013-06-21GC clean up. Ian Rogers
2013-06-12Temporarily disable los contains check. Ian Rogers
2013-04-26Changed image file to no longer be executable. Jeff Hao
2013-04-26Removing remaining compiled stubs from image. Jeff Hao
2013-04-23Removed compiled resolution trampoline. Jeff Hao
2013-04-18Avoid a use before initialization in mark sweep. Ian Rogers
2013-04-08Interpreter entries and instrumentation as a listener. Ian Rogers
2013-03-24Fixes for comparisons between signed and unsigned values with new jb-mr2 comp... Brian Carlstrom
2013-03-22Remove gcc-based tsan support Brian Carlstrom
2013-03-19Fix DDMS large heap memory profiling. Ian Rogers
2013-03-18Various performance improvements. Ian Rogers
2013-03-16Re-enable large object space. Ian Rogers
2013-02-22Ensure VM's heap is accounted correctly. Ian Rogers
2013-02-19Add missing headers file. Sameer Abu Asal
2013-02-19Using histograms for timing statistics. Sameer Abu Asal
2013-02-01Performance improvements by removing a DMB and inlining. Ian Rogers
2013-01-30Directory restructuring of object.h Ian Rogers
2013-01-25Move .oat files to ELF format Brian Carlstrom
2013-01-22Avoid heap trims in foreground and audio apps. Ian Rogers
2013-01-22Support for contention logging with ART futexes. Ian Rogers
2012-12-13Move casts.h and stl_util.h into base/. Elliott Hughes
2012-12-12Move logging.h into base/logging.h. Elliott Hughes
2012-12-12Move mutex.h into base/mutex.h. Elliott Hughes
2012-12-12Switch over to the google3 unix_file File*. Elliott Hughes
2012-11-26Estimate allocation rate to predict when to request concurrent GC. Mathieu Chartier
2012-11-20Fix incorrect lock for process references. Mathieu Chartier
2012-11-20Merge "Refactor GC to have a class for each different type of GC." into dalvi... Ian Rogers
2012-11-20Refactor GC to have a class for each different type of GC. Mathieu Chartier
2012-11-20Merge "Make stack visitor location for bad roots more verbose." into dalvik-dev Ian Rogers
2012-11-20Make stack visitor location for bad roots more verbose. Ian Rogers
2012-11-19C++'ification of Quick compiler's casts buzbee
2012-11-16Add "kind" argument to Get/SetVReg. Ian Rogers
2012-11-14Fix missing card mark verification. Mathieu Chartier
2012-11-13Ensure ThreadPool constructor does not return until fully initialized. Mathieu Chartier
2012-11-12Merge "Fix occasional deadlock caused by checkpoint root marking." into dalvi... Ian Rogers
2012-11-12Fix occasional deadlock caused by checkpoint root marking. Mathieu Chartier
2012-11-12Remove bitmap lock from checkpoint root marking. Mathieu Chartier
2012-11-12Remove first GC pause. Mathieu Chartier
2012-11-06Parellel mark stack processing Mathieu Chartier
2012-10-31More MIPS fixes. The vm-tests and oat tests all work on the emulator. jeffhao
2012-10-26Add thread pool class Mathieu Chartier
2012-10-23Dump GC maps/verification for methods with bad roots. Ian Rogers
2012-10-23Check point root marking. Mathieu Chartier
2012-10-17Fix flipped condition in VerifyRoot Mathieu Chartier