1. 454b3b6 ART: Fix race in on-stack replacement by buzbee · 9 years ago
  2. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  3. b9a639d Fix braino in JitCodeCache. by Nicolas Geoffray · 9 years ago
  4. 6300fd7 Code cleanup between debugger and jit. by Nicolas Geoffray · 9 years ago
  5. 933330a Add more statistics for memory use of the JIT. by Nicolas Geoffray · 9 years ago
  6. 07e3ca9 Fix thread race when fetching the ProfilingInfo object. by Nicolas Geoffray · 9 years ago
  7. e87fe95 Merge "Clear inline caches at each full GC." by Nicolas Geoffray · 9 years ago
  8. b6e20ae Clear inline caches at each full GC. by Nicolas Geoffray · 9 years ago
  9. 33fbf37 Add systrace logging to ScopedCodeCacheWrite by Mathieu Chartier · 9 years ago
  10. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  11. 9abb297 Fix very rare bug around JIT code cache collection. by Nicolas Geoffray · 9 years ago
  12. bcd94c8 Refine statistics around the JIT. by Nicolas Geoffray · 9 years ago
  13. e283588 Merge "Do a TryLock when allocating a ProfilingInfo from the interpreter." by Nicolas Geoffray · 9 years ago
  14. 511e41b Clear inline caches if a ProfilingInfo gets revived. by Nicolas Geoffray · 9 years ago
  15. 3512244 Revert "Revert "Use the interpreter as a heartbeat for the JIT."" by Nicolas Geoffray · 9 years ago
  16. a96917a Revert "Use the interpreter as a heartbeat for the JIT." by Nicolas Geoffray · 9 years ago
  17. 1e7da9b Do a TryLock when allocating a ProfilingInfo from the interpreter. by Nicolas Geoffray · 9 years ago
  18. 7273a5d Use the interpreter as a heartbeat for the JIT. by Nicolas Geoffray · 9 years ago
  19. fcdd729 Dump the number of OSR compiled code. by Nicolas Geoffray · 9 years ago
  20. b0d2208 Forgot to initialize JIT memory use fields. by Nicolas Geoffray · 9 years ago
  21. 8d37250 Introduce partial code cache collection. by Nicolas Geoffray · 9 years ago
  22. 08e992e Merge "Add a new kReservedCapacity to decide when to start GC code." by Nicolas Geoffray · 9 years ago
  23. 65b83d8 Add a new kReservedCapacity to decide when to start GC code. by Nicolas Geoffray · 9 years ago
  24. 38ea9bd Track memory usage of code cache. by Nicolas Geoffray · 9 years ago
  25. 39e4fab Merge "Be a bit smarter with JIT code triggering deoptimization." by Nicolas Geoffray · 9 years ago
  26. b88d59e Be a bit smarter with JIT code triggering deoptimization. by Nicolas Geoffray · 9 years ago
  27. a9b9131 We also need to delete osr entries when deleting ArtMethod. by Nicolas Geoffray · 9 years ago
  28. d9994f0 Re-enable OSR. by Nicolas Geoffray · 9 years ago
  29. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  30. 3243026 Ensure instruction cache is flushed in compiler tests with Clang. by Roland Levillain · 9 years ago
  31. c26f128 Re-enable test 566-polymorphic-inlining. by Nicolas Geoffray · 9 years ago
  32. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 9 years ago
  33. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 10 years ago
  34. b4eddd2 Add profile support for apps with shared runtime. by Calin Juravle · 10 years ago
  35. 0a52223 Keep track of number of JIT compilations. by Nicolas Geoffray · 10 years ago
  36. 3fdb3fe Don't allow thread suspension in ProfilingInfo::Create by Mathieu Chartier · 10 years ago
  37. c3fec4c Fix braino in parameters passed. by Nicolas Geoffray · 10 years ago
  38. 2675173 Merge "Support --perf with jitted code." by Nicolas Geoffray · 10 years ago
  39. a25dce9 Support --perf with jitted code. by Nicolas Geoffray · 10 years ago
  40. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 10 years ago
  41. 07f3564 Add a fence to ensure other threads see the correct data. by Nicolas Geoffray · 10 years ago
  42. 4d77b6a Save profile information in a separate thread. by Calin Juravle · 10 years ago
  43. 66f5523 Pass down to the runtime the application code paths. by Calin Juravle · 10 years ago
  44. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 10 years ago
  45. 31f2c15 Save jit profiling info to file. by Calin Juravle · 10 years ago
  46. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 10 years ago
  47. 8ccbd27 Remove unused variable. by Nicolas Geoffray · 10 years ago
  48. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 10 years ago
  49. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 10 years ago
  50. 5a23d2e Fix TODO on instrumentation and add some more DCHECKs. by Nicolas Geoffray · 10 years ago
  51. 6262340 Fix deadlock with the JIT code cache. by Nicolas Geoffray · 10 years ago
  52. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 10 years ago
  53. 4e915fb Tune heuristics a bit. by Nicolas Geoffray · 10 years ago
  54. 26705e2 Add support for collection ProfilingInfo objects. by Nicolas Geoffray · 10 years ago
  55. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 10 years ago
  56. 1e7de6c Remove the magic 32 constant and ensure alignment. by Nicolas Geoffray · 10 years ago
  57. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 10 years ago
  58. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 10 years ago
  59. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  60. a4885cb Add way to print JIT related info at shutdown by Mathieu Chartier · 10 years ago
  61. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  62. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  63. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  64. 2535abe Add JIT by Mathieu Chartier · 10 years ago