1. 02 May, 2016 1 commit
    • mstarzinger's avatar
      [compiler] Untangle CompilationInfo allocated with new. · 601ee4eb
      mstarzinger authored
      This removes the CompilationInfoWithZone class, which was used to
      allocate a CompilationInfo on the C-heap. By now the CompilationJob is
      the single object being allocated on the C-heap and passed between the
      main thread and the compilation thread. Structs requiring destruction
      can be embedded within that CompilationJob. This simplifies involved
      lifetimes by coupling all lifetimes to one single object.
      
      R=bmeurer@chromium.org
      
      Review-Url: https://codereview.chromium.org/1930773003
      Cr-Commit-Position: refs/heads/master@{#35936}
      601ee4eb
  2. 27 Apr, 2016 3 commits
  3. 20 Apr, 2016 1 commit
  4. 08 Mar, 2016 2 commits
  5. 18 Feb, 2016 1 commit
  6. 09 Feb, 2016 1 commit
  7. 20 Oct, 2015 1 commit
  8. 20 Aug, 2015 1 commit
  9. 24 Jul, 2015 1 commit
  10. 01 Jun, 2015 1 commit
  11. 04 May, 2015 1 commit
  12. 20 Apr, 2015 1 commit
  13. 14 Apr, 2015 3 commits
  14. 08 Apr, 2015 1 commit
  15. 07 Apr, 2015 1 commit
  16. 24 Feb, 2015 4 commits
  17. 30 Jan, 2015 3 commits
  18. 08 Jan, 2015 1 commit
  19. 22 Dec, 2014 1 commit
  20. 12 Dec, 2014 1 commit
  21. 09 Oct, 2014 1 commit
  22. 07 Oct, 2014 2 commits
  23. 24 Sep, 2014 1 commit
  24. 04 Aug, 2014 1 commit
  25. 16 Jul, 2014 1 commit
  26. 30 Jun, 2014 1 commit
  27. 05 Jun, 2014 1 commit
  28. 03 Jun, 2014 1 commit
  29. 29 Apr, 2014 1 commit