1. e32d24c Store zygote compiled code in a shared map. by Nicolas Geoffray · 6 years ago
  2. 05b41c4 Prepare for sharing JIT code after fork. by Nicolas Geoffray · 6 years ago
  3. a48c3df Revert "Revert "Make the JIT zygote memory shared."" by Nicolas Geoffray · 6 years ago
  4. 2fef66b Revert "Make the JIT zygote memory shared." by Nicolas Geoffray · 6 years ago
  5. 05f8721 Make the JIT zygote memory shared. by Nicolas Geoffray · 6 years ago
  6. 741a070 Fix two bugs in jitzygote configuration. by Nicolas Geoffray · 6 years ago
  7. 7f7539b Pass the memory region to allocate into to the compiler / allocation. by Nicolas Geoffray · 6 years ago
  8. d2f13ba Remove requirement of a ProfilingInfo for jitted code. by Nicolas Geoffray · 6 years ago
  9. 9ac09ee jitzygote: compile system server methods at boot. by Nicolas Geoffray · 6 years ago
  10. 0d54cfb jitzygote: Special case system server to keep the JIT queue at fork. by Nicolas Geoffray · 6 years ago
  11. dc2fbb6 jitzygote: create a type lookup table at runtime for bootclasspath dex files. by Nicolas Geoffray · 6 years ago
  12. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 6 years ago
  13. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 6 years ago
  14. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 7 years ago
  15. 6c22540 Merge "Revert^2 "Reduce the number of calls to Jit::AddSamples."" by David Srbecky · 7 years ago
  16. e3fc2d1 Revert^2 "Reduce the number of calls to Jit::AddSamples." by David Srbecky · 7 years ago
  17. 98a520c Merge "Revert "Revert "Add a baseline flag to JIT compile.""" by Treehugger Robot · 7 years ago
  18. 075456e Revert "Revert "Add a baseline flag to JIT compile."" by Nicolas Geoffray · 7 years ago
  19. 344b0d1 Revert "Add a baseline flag to JIT compile." by Andreas Gampe · 7 years ago
  20. 93c21ba Avoid waiting for threads to create by Mathieu Chartier · 7 years ago
  21. e734fe8 Add a baseline flag to JIT compile. by Nicolas Geoffray · 7 years ago
  22. ce9ed36 Enable JIT in zygote. by Nicolas Geoffray · 7 years ago
  23. 0402f4b Revert "Reduce the number of calls to Jit::AddSamples." by Nicolas Geoffray · 7 years ago
  24. db94f2b Reduce the number of calls to Jit::AddSamples. by David Srbecky · 7 years ago
  25. c9de61c Revert^2 "Refactor code around JIT creation." by Nicolas Geoffray · 7 years ago
  26. 763cd98 Revert "Refactor code around JIT creation." by Andreas Gampe · 7 years ago
  27. 7a2c7c2 Refactor code around JIT creation. by Nicolas Geoffray · 7 years ago
  28. a7edd0d Fix JIT creation so it picks up runtime flags. by Nicolas Geoffray · 7 years ago
  29. ad28f5e ART: add hook for framework to set SELinux context by Orion Hodson · 7 years ago
  30. 47b9580 Add a new thread pool pthread priority option. by Nicolas Geoffray · 7 years ago
  31. b3d1eee Add new profile saver options: save without jit & profile AOT code by Calin Juravle · 7 years ago
  32. 3913e48 ART: Refactor profile_compilation_info.h includes by Andreas Gampe · 8 years ago
  33. a710d91 ART: Pass current Thread* to Jit::ShouldUsePriorityThreadWeight(). by Vladimir Marko · 8 years ago
  34. 7897cec ART: Refactor JIT stress mode a runtime debug flag by Andreas Gampe · 8 years ago
  35. 57cf00b ART: Remove old object_callbacks.h includes by Andreas Gampe · 8 years ago
  36. f0446e9 ART: Misc header cleanups by Andreas Gampe · 8 years ago
  37. d9911ee ART: Clean up field initialization by Andreas Gampe · 8 years ago
  38. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  39. 42a09cb0 ART: Reduce overhead of mterp OSR checking by buzbee · 9 years ago
  40. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 9 years ago
  41. 021c5f2 Make 141-class-unload more robust under JIT. by Nicolas Geoffray · 9 years ago
  42. f149b3f ART: Add ScopedJitSuspend by Andreas Gampe · 9 years ago
  43. ef41db7 Move interpreter to ObjPtr by Mathieu Chartier · 9 years ago
  44. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  45. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 9 years ago
  46. 9323e6e Separate annotations from dexfile reading. by David Sehr · 9 years ago
  47. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 9 years ago
  48. 3a21e38 Clean up some includes. by Vladimir Marko · 9 years ago
  49. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  50. 138dbff Clean up profiler options by Calin Juravle · 9 years ago
  51. bd553eb Decrease transition weight. by Nicolas Geoffray · 9 years ago
  52. 155ff3d Add command line option for jit invoke transition weight by Calin Juravle · 9 years ago
  53. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  54. b8e6999 Add ProfileSaver stats and dump them during SigQuit by Calin Juravle · 9 years ago
  55. 71cd50f Add weight to compiled/interpreter transitions. by Nicolas Geoffray · 9 years ago
  56. 274fe4a Remove the JIT from the instrumentation framework. by Nicolas Geoffray · 9 years ago
  57. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 9 years ago
  58. c1bc415 Only call jit_load after the zygote fork by Mathieu Chartier · 9 years ago
  59. 72918ea Load jit compiler pre zygote fork by Mathieu Chartier · 9 years ago
  60. a4f8154 Collect memory use for the JIT. by Nicolas Geoffray · 9 years ago
  61. 83f080a Tweak JIT hotness threshold. by Nicolas Geoffray · 9 years ago
  62. 87aa99c Merge "Record foreign dex files loaded by the app in the profile" by Calin Juravle · 9 years ago
  63. 3512244 Revert "Revert "Use the interpreter as a heartbeat for the JIT."" by Nicolas Geoffray · 9 years ago
  64. c90bc92 Record foreign dex files loaded by the app in the profile by Calin Juravle · 9 years ago
  65. a96917a Revert "Use the interpreter as a heartbeat for the JIT." by Nicolas Geoffray · 9 years ago
  66. 7273a5d Use the interpreter as a heartbeat for the JIT. by Nicolas Geoffray · 9 years ago
  67. 5b82d33 The JIT does not need VerifedMethod nor CompilerCallbacks. by Nicolas Geoffray · 9 years ago
  68. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  69. 05d2415 Add option to never interpret. by Siva Chandra · 10 years ago
  70. fffbee4 Report types loaded during init to the native debugger by Tamas Berghammer · 10 years ago
  71. 160e6df Report loaded classes to native debugger. by Tamas Berghammer · 10 years ago
  72. a25dce9 Support --perf with jitted code. by Nicolas Geoffray · 10 years ago
  73. 58b2329 Merge "Save profile information in a separate thread." by Calin Juravle · 10 years ago
  74. 4d77b6a Save profile information in a separate thread. by Calin Juravle · 10 years ago
  75. 115a02b Merge "Pass down to the runtime the application code paths." by Calin Juravle · 10 years ago
  76. 66f5523 Pass down to the runtime the application code paths. by Calin Juravle · 10 years ago
  77. aee2156 Add some dumping when SIGQUIT for the JIT. by Nicolas Geoffray · 10 years ago
  78. 31f2c15 Save jit profiling info to file. by Calin Juravle · 10 years ago
  79. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 10 years ago
  80. 4e915fb Tune heuristics a bit. by Nicolas Geoffray · 10 years ago
  81. a50f9cf Fix JIT for class unloading by Mathieu Chartier · 10 years ago
  82. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 10 years ago
  83. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  84. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  85. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  86. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 10 years ago
  87. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  88. 455f67c Fix JIT options with late init by Mathieu Chartier · 10 years ago
  89. a4885cb Add way to print JIT related info at shutdown by Mathieu Chartier · 10 years ago
  90. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  91. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  92. 2535abe Add JIT by Mathieu Chartier · 10 years ago