1. a4cdd36 Prevent concurrent GC stack-walks during deoptimization by Alex Light · 5 years ago
  2. 93c21ba Avoid waiting for threads to create by Mathieu Chartier · 6 years ago
  3. ce9ed36 Enable JIT in zygote. by Nicolas Geoffray · 6 years ago
  4. eac4d6a Reduce runtime thread pool stack size by Mathieu Chartier · 6 years ago
  5. c6068c7 Parallel image decompression by Mathieu Chartier · 6 years ago
  6. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  7. 79e2607 Move profile dependent modules to libartbase by David Sehr · 6 years ago
  8. b15de0c ART: Add ThreadPool mode that creates peers by Andreas Gampe · 8 years ago
  9. ccd5695 Add Thread entry to signal if the thread can call into java by Calin Juravle · 8 years ago
  10. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 8 years ago
  11. 6f3a70f ART: Change ThreadPool::Wait behavior by Andreas Gampe · 8 years ago
  12. e701f08 Lower JIT thread priority by Andreas Gampe · 8 years ago
  13. 629e935 Properly delete the jit thread pool. by Nicolas Geoffray · 9 years ago
  14. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  15. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  16. c1a03d9 Remove unused WorkStealing thread pool by Mathieu Chartier · 9 years ago
  17. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  18. a5eae69 Add heap task processor by Mathieu Chartier · 10 years ago
  19. 14317f0 Remove unused headers. by Ian Rogers · 10 years ago
  20. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  21. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  22. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  23. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  24. bcd5e9d Manually manage thread pool stacks. by Mathieu Chartier · 11 years ago
  25. 2775ee4 Add more runtime options. by Mathieu Chartier · 11 years ago
  26. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  27. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  28. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  29. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  30. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  31. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/thread_pool.h]
  32. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  33. d914eb2 Thread pool tidying. by Ian Rogers · 11 years ago
  34. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  35. 35883cc Ensure ThreadPool constructor does not return until fully initialized. by Mathieu Chartier · 12 years ago
  36. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  37. bcc2926 Add dex2oat watch dog thread for host builds by Brian Carlstrom · 12 years ago
  38. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago