1. 65db880 Estimate allocation rate to predict when to request concurrent GC. by Mathieu Chartier · 12 years ago
  2. e89a354 Merge "Refactor GC to have a class for each different type of GC." into dalvik-dev by Ian Rogers · 12 years ago
  3. 2b82db4 Refactor GC to have a class for each different type of GC. by Mathieu Chartier · 12 years ago
  4. 40e3bac Make stack visitor location for bad roots more verbose. by Ian Rogers · 12 years ago
  5. 4da7f2f Fix missing card mark verification. by Mathieu Chartier · 12 years ago
  6. d22d548 Remove first GC pause. by Mathieu Chartier · 12 years ago
  7. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  8. e35517a Remove disable card marks, fix SetPatchLocation. by Mathieu Chartier · 12 years ago
  9. 3056d0c Improve accuracy of heap trim times by Mathieu Chartier · 12 years ago
  10. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  11. 0051be6 Add parsed options for heap min free, heap max free, target utilization. by Mathieu Chartier · 12 years ago
  12. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  13. 155dfe9 More Gc statistics and logging by Mathieu Chartier · 12 years ago
  14. f0bbeab Improve heap lock annotations. by Ian Rogers · 12 years ago
  15. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  16. d8195f1 Reduce mark stack / allocation stack / live stack address space usage. by Mathieu Chartier · 12 years ago
  17. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  18. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  19. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  20. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  21. e0f0cb3 Large object space by Mathieu Chartier · 12 years ago
  22. 23435d0 Assignability checks for SetFieldObject. by Ian Rogers · 12 years ago
  23. c7b83a0 Better verification: Detection of missing card marks and dead system weaks. by Mathieu Chartier · 12 years ago
  24. 866fb2a Better WaitForConcurrentGcToComplete information by Mathieu Chartier · 12 years ago
  25. 0325e62 Cumulative timing logger by Mathieu Chartier · 12 years ago
  26. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  27. fd678be Additional heap verification for the Gc by Mathieu Chartier · 12 years ago
  28. 037813d Record allocation after SetClass to have memory fence for SetClass card mark. by Mathieu Chartier · 12 years ago
  29. 1cd9c5c Fix JPC regression by Mathieu Chartier · 12 years ago
  30. 637e348 Remove statistics lock to improve performance. by Mathieu Chartier · 12 years ago
  31. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 12 years ago
  32. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  33. dcf8d72 Fix zygote live/mark bitmap size. by Mathieu Chartier · 12 years ago
  34. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  35. 654d3a2 Enable concurrent sweeping by Mathieu Chartier · 12 years ago
  36. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  37. c9965d7 Remove unused member function from art::Heap. by Logan Chien · 12 years ago
  38. b43b7d4 Enable mod union table by Mathieu Chartier · 12 years ago
  39. fc8cfac Add missing WaitForConcurrentGcToComplete calls. by Mathieu Chartier · 12 years ago
  40. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 12 years ago
  41. a639903 Fix and re-enable CMS by Mathieu Chartier · 12 years ago
  42. 7664f5c Fix GC performance regression by Mathieu Chartier · 12 years ago
  43. 262e5ff Enable card cleaning by Mathieu Chartier · 12 years ago
  44. 5301cd2 Mark stack create once per heap. by Mathieu Chartier · 12 years ago
  45. a4f9474 Finish cleanup of class/field/method caching. by Elliott Hughes · 12 years ago
  46. c967f78 Include a new heap summary line in the SIGQUIT output. by Elliott Hughes · 12 years ago
  47. 2504552 Added option to allow verification of objects on the stack. by jeffhao · 13 years ago
  48. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  49. fddf6f6 Add Heap::GetImageSpace() by Brian Carlstrom · 13 years ago
  50. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  51. 223f20f Remove old code to support multiple images by Brian Carlstrom · 13 years ago
  52. 8cf5bc0 Simple heap trimming. by Elliott Hughes · 13 years ago
  53. 3bb17a6 Space trim and other unit tests. General space clean up. by Ian Rogers · 13 years ago
  54. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  55. cd74c4b Fix thread hang by Brian Carlstrom · 13 years ago
  56. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  57. 5d4bdc2 Various runtime/JNI related fixes. by Ian Rogers · 13 years ago
  58. 5d76c43 Mark non-image spaces and use write barrier for image spaces. by Ian Rogers · 13 years ago
  59. 352a424 Make it easier to run an optimized build, turn the GC timings back on, and remove some unnecessary code. by Elliott Hughes · 13 years ago
  60. 6a5bd49 Implement the DDMS heap walking (for native and managed heaps). by Elliott Hughes · 13 years ago
  61. c116070 Added support for -XX:HeapGrowthLimit switch by jeffhao · 13 years ago
  62. 7162ad9 Implement DDMS heap info ("HPIF") chunks. by Elliott Hughes · 13 years ago
  63. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  64. 5e71b52 Rename object_bitmap to heap_bitmap (since that's what the class is called). by Elliott Hughes · 13 years ago
  65. 24a3c2e ClassLinker changes by Brian Carlstrom · 13 years ago
  66. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 13 years ago
  67. 307f75d Add a C++ equivalent of Android's TimingLogger, and use it for the heap. by Elliott Hughes · 13 years ago
  68. c33a32b Sweep the monitor list. by Elliott Hughes · 13 years ago
  69. 7f1caab Add an interface to Space, so Heap no longer needs to be friend of Space. by Shih-wei Liao · 13 years ago
  70. 8c2f641 Grow for improving target utilization. Applicable to the target side only. by Shih-wei Liao · 13 years ago
  71. adb460d Implement finalization. by Elliott Hughes · 13 years ago
  72. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  73. 395520e Assorted fixes for running frameworks apps by Brian Carlstrom · 13 years ago
  74. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  75. 9d5ccec Implement as much of VMDebug as we can reasonably do right now. by Elliott Hughes · 13 years ago
  76. 85d1545 Add packing to class Thread. by Elliott Hughes · 13 years ago
  77. 78128a6 oatdump by Brian Carlstrom · 13 years ago
  78. 7ede61e Implement VMRuntime. by Elliott Hughes · 13 years ago
  79. 5ee7a8b Implement sun.misc.Unsafe and fix the jfieldID/jmethodID leak. by Elliott Hughes · 13 years ago
  80. 3a4f8df A few more trivial write barrier calls. by Elliott Hughes · 13 years ago
  81. 5ea047b Support 64-bit volatiles and reference/pointer volatiles. by Elliott Hughes · 13 years ago
  82. be759c6 Add a heap HWM to the Thread*, for compiled code. by Elliott Hughes · 13 years ago
  83. 92b3b56 Add locking to the heap. by Elliott Hughes · 13 years ago
  84. 693267a Fix GarbageCollector to work with VERIFY_OBJECT_ENABLED by Brian Carlstrom · 13 years ago
  85. 69b15fb Working dex2oat and oatexec by Brian Carlstrom · 13 years ago
  86. 9baa4ae Remove use of MemMap for code allocation. by Brian Carlstrom · 13 years ago
  87. 3e465b1 Get the test speed back to where it was. by Elliott Hughes · 13 years ago
  88. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  89. 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
  90. cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
  91. bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
  92. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  93. a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
  94. 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
  95. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
  96. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
  97. 4a289ed Work on heap and space initialization to support image loading by Brian Carlstrom · 13 years ago
  98. 8a43659 Work on option parsing as prelude to image loading by Brian Carlstrom · 13 years ago
  99. db4d540 First pass of ImageWriter by Brian Carlstrom · 13 years ago
  100. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago