1. c5cd589 Remove QUICK bytecodes. by David Srbecky · 3 years, 10 months ago
  2. efc03b8 Fix reported dex file size to libunwindstack. by David Srbecky · 3 years, 10 months ago
  3. 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 10 months ago
  4. e9fb3dc Store inline caches in StackHandleScope<> in HInliner. by Vladimir Marko · 3 years, 11 months ago
  5. a64c1ad Rewrite hot method info retrieval. by Vladimir Marko · 3 years, 11 months ago
  6. 113d6ea Move code size from OatQuickMethodHeader to CodeInfo. by David Srbecky · 3 years, 11 months ago
  7. c2f4693 Reduce string allocations in ProfileCompilationInfo. by Vladimir Marko · 3 years, 11 months ago
  8. ae7c8da Add nativeZygoteJitEnabled by Hans Boehm · 4 years ago
  9. c7ac91b [metrics] Report some ART metadata by Eric Holk · 4 years ago
  10. c5323fe libartpalette: Use fixed width typedef rather than enum for status by Orion Hodson · 4 years ago
  11. 4bf753d Add two flags to customize JIT zygote. by Nicolas Geoffray · 4 years, 1 month ago
  12. e9fb153 Guard profile_cache_ with profile lock by Mathieu Chartier · 4 years, 1 month ago
  13. 1f947b4 Exclude zygote methods from FreeAllMethodHeaders DCHECK by David Srbecky · 4 years, 1 month ago
  14. af17e5f [jitzygote] Handle native methods when remapping boot image. by Nicolas Geoffray · 4 years, 2 months ago
  15. 670ff88 JIT: Only toggle write permissions in single view. by Nicolas Geoffray · 4 years, 2 months ago
  16. 85b125f Trace integer value for profilebootclasspath by Mathieu Chartier · 4 years, 3 months ago
  17. 35b132e Add trace to SampleClassesAndExecutedMethods by Mathieu Chartier · 4 years, 3 months ago
  18. 2e299f4 Handle nterp when precompiling with JIT zygote. by Nicolas Geoffray · 4 years, 3 months ago
  19. f9dbb97 Adjust JIT thread priority post-fork. by Nicolas Geoffray · 4 years, 5 months ago
  20. 095dc46 Move the profiling info out of ArtMethod. by Nicolas Geoffray · 4 years, 5 months ago
  21. 60ef399 Reland "Cleanups around the creation of ProfilingInfo." by Nicolas Geoffray · 4 years, 6 months ago
  22. a996425 Revert "Cleanups around the creation of ProfilingInfo." by Lokesh Gidra · 4 years, 6 months ago
  23. 0fa304e Cleanups around the creation of ProfilingInfo. by Nicolas Geoffray · 4 years, 6 months ago
  24. b96d6f3 Remove tiered jit option. by Nicolas Geoffray · 4 years, 6 months ago
  25. 9c7b4f1 Remove obsolete saved_entry_point field in ProfilingInfo. by Nicolas Geoffray · 4 years, 6 months ago
  26. 1a277a6 Move mterp and switch interpreter to tiered JIT. by Nicolas Geoffray · 4 years, 6 months ago
  27. 60d4abc Reland^2 "Cover more cases in nterp." by Nicolas Geoffray · 4 years, 6 months ago
  28. 853fc2e runtime/jit: inclusive language fixes by Orion Hodson · 4 years, 6 months ago
  29. dd5db45 Revert "Reland "Cover more cases in nterp."" by Nicolas Geoffray · 4 years, 7 months ago
  30. c473dc7 Create individual counters and timers for compilation kinds. by Nicolas Geoffray · 4 years, 7 months ago
  31. f375e92 Reland "Cover more cases in nterp." by Nicolas Geoffray · 4 years, 7 months ago
  32. 0315efa Increment hotness in nterp when doing lookups. by Nicolas Geoffray · 4 years, 7 months ago
  33. 0d60a2b Introduce an enum for the compilation kind. by Nicolas Geoffray · 4 years, 7 months ago
  34. f8cc26e Fix a braino when marking a method as being compiled. by Nicolas Geoffray · 4 years, 7 months ago
  35. 62d33f7 Revert "Cover more cases in nterp." by Nicolas Geoffray · 4 years, 8 months ago
  36. eb1fece Cover more cases in nterp. by Nicolas Geoffray · 4 years, 8 months ago
  37. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
  38. 62dd4e8 Continue try allocating until we've reached max capacity. by Nicolas Geoffray · 4 years, 8 months ago
  39. 12b7ea1 Handle the case a boot classpath class fails to verify. by Nicolas Geoffray · 4 years, 9 months ago
  40. 3a07909 Don't run pre-verification if the thread cannot load classes. by Nicolas Geoffray · 4 years, 9 months ago
  41. b202873 Run Java verification of mainline modules at boot time. by Nicolas Geoffray · 4 years, 10 months ago
  42. 41617b1 Add more logging and sanity checks for JIT mini-debug-info. by David Srbecky · 4 years, 10 months ago
  43. 521644b Call JitCodeCache::FreeAllMethodHeaders under JIT lock. by David Srbecky · 4 years, 10 months ago
  44. c76232e Fix relation between debuggable / JIT zygote. by Nicolas Geoffray · 4 years, 10 months ago
  45. d8fd599 Reland^2 "Add consistency CHECKs around ArtMethod fields." by Nicolas Geoffray · 5 years ago
  46. 30fd851 Refactor RemoveNativeDebugInfoForJit. by David Srbecky · 5 years ago
  47. fc47d6b Adjust JitCodeCache::TransitionToDebuggable. by Nicolas Geoffray · 4 years, 10 months ago
  48. 280e6c3 Jit-zygote compiled code isn't debuggable by Alex Light · 4 years, 11 months ago
  49. b28e304 Clear PreCompiled when we transition to debuggable after zygote fork by Alex Light · 4 years, 11 months ago
  50. 2c2248c Reland^3 "Always put the framework profile in the boot image location." by Nicolas Geoffray · 4 years, 11 months ago
  51. 9bdba6e Revert "Reland^2 "Always put the framework profile in the boot image location."" by Nicolas Geoffray · 4 years, 11 months ago
  52. ed1f531 Reland^2 "Always put the framework profile in the boot image location." by Nicolas Geoffray · 4 years, 11 months ago
  53. acb5c2d Revert "Revert "Revert "Always put the framework profile in the boot image location.""" by Nicolas Geoffray · 5 years ago
  54. ec769b8 Revert "Revert "Always put the framework profile in the boot image location."" by Nicolas Geoffray · 5 years ago
  55. 2ad7c98 Revert "Always put the framework profile in the boot image location." by Nicolas Geoffray · 5 years ago
  56. 4d125af JIT mini-debug-info: Insert application entries at the head. by David Srbecky · 5 years ago
  57. 5aa4292 Fix iteration in RemoveNativeDebugInfoForJit by David Srbecky · 5 years ago
  58. 5945de0 Revert "Revert "Revert "Add consistency CHECKs around ArtMethod fields.""" by Nicolas Geoffray · 5 years ago
  59. 5265419 Always put the framework profile in the boot image location. by Nicolas Geoffray · 5 years ago
  60. 58cc76d Fix braino in Jit::PostZygoteFork. by Nicolas Geoffray · 5 years ago
  61. f994025 Revert "Revert "Add consistency CHECKs around ArtMethod fields."" by Nicolas Geoffray · 5 years ago
  62. 4cbb51a Fix ART code around JIT zygote. by Nicolas Geoffray · 5 years ago
  63. ecd9502 [jitzygote] Don't spawn a thread in child zygotes. by Nicolas Geoffray · 5 years ago
  64. e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 5 years ago
  65. 775f681 JIT debugger_interface: add simpleperf presumit check. by Yabin Cui · 5 years ago
  66. 4d7e1a8 nterp: Don't compile baseline if a process cannot allocate profiling infos. by Nicolas Geoffray · 5 years ago
  67. f0e90ba Revert^2 "Enable JIT dual data mapping." by David Srbecky · 5 years ago
  68. 6ef7713 Remove dead code related to profile collection. by Vladimir Marko · 5 years ago
  69. b86e9b0 Close fd if polling thread is disabled by Mathieu Chartier · 5 years ago
  70. 3a6ef94 Disable jitzygote polling thread by Mathieu Chartier · 5 years ago
  71. eeae32b Revert "Add consistency CHECKs around ArtMethod fields." by Mathieu Chartier · 5 years ago
  72. 0039182 Add an implementation of Nterp for x64. by Nicolas Geoffray · 5 years ago
  73. 57cacb7 Refactor OSR related code to prepare for "true" OSR. by Nicolas Geoffray · 5 years ago
  74. 085f740 Re-arrange code to avoid recursive locking of the JIT lock. by Nicolas Geoffray · 5 years ago
  75. 9bab237 Fix overrun bug in MapBootImageMethods by Mathieu Chartier · 5 years ago
  76. b0a9747 Fix go/lem breakages on baseline configs by Nicolas Geoffray · 5 years ago
  77. e3f775b Address comments from aog/1180224. by Nicolas Geoffray · 5 years ago
  78. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 5 years ago
  79. de3e51d If a collection is in progress, we need to mark new code. by Nicolas Geoffray · 5 years ago
  80. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 5 years ago
  81. 986914b Revert^4 "Initial support for adding virtuals with structural redefinition" by Alex Light · 5 years ago
  82. 0f6bde0 Adjust profile version when the boot image profiling is switched on by Calin Juravle · 5 years ago
  83. 831f20f Don't use F_SEAL_FUTURE_WRITE for boot image methods. by Nicolas Geoffray · 5 years ago
  84. 382df39 Add consistency CHECKs around ArtMethod fields. by Nicolas Geoffray · 5 years ago
  85. 014c16c Revert "Enable JIT dual data mapping." by David Srbecky · 5 years ago
  86. 8e23d38 [jitzygote] Suspend all threads when remapping boot image methods. by Nicolas Geoffray · 5 years ago
  87. 8852e53 [jitzygote] Remap boot boot image methods in zygote when single-threaded. by Nicolas Geoffray · 5 years ago
  88. e3884e3 [jitzygote] Map the boot image fd after the contents have been written. by Nicolas Geoffray · 5 years ago
  89. 697fe5c JIT mini-debug-info: Append packed entries towards end. by David Srbecky · 5 years ago
  90. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 5 years ago
  91. cce414f Delay entrypoint update until visibly initialized. by Vladimir Marko · 5 years ago
  92. adb66f9 Revert^2 "JIT: Separate code allocation and initialization." by David Srbecky · 5 years ago
  93. ff25806 jitzygote: only copy contents if they differ. by Nicolas Geoffray · 5 years ago
  94. 63b0c26 Revert "JIT: Separate code allocation and initialization." by Nicolas Geoffray · 5 years ago
  95. e1b36f0 JIT: Separate code allocation and initialization. by David Srbecky · 5 years ago
  96. 9bee62a JIT mini-debug-info: Compression micro-optimization. by David Srbecky · 5 years ago
  97. 444e998 JIT mini-debug-info: Generate the debug info sooner. by David Srbecky · 5 years ago
  98. 1cef6b2 Add and use a read-barrier free NeedInitializationCheck method. by Nicolas Geoffray · 5 years ago
  99. 623d4f1 Share boot image methods memory in JIT zygote. by Nicolas Geoffray · 5 years ago
  100. 94af582 JIT mini-debug-info: Add back timestamps. by David Srbecky · 5 years ago