1. 16 Aug, 2017 1 commit
  2. 03 Aug, 2017 1 commit
  3. 02 Aug, 2017 2 commits
  4. 01 Aug, 2017 1 commit
  5. 18 Jul, 2017 1 commit
  6. 17 Jul, 2017 1 commit
  7. 20 Jun, 2017 1 commit
  8. 19 Jun, 2017 1 commit
  9. 16 Jun, 2017 1 commit
  10. 28 Nov, 2016 1 commit
  11. 21 Oct, 2016 1 commit
  12. 18 Oct, 2016 1 commit
  13. 14 Oct, 2016 1 commit
  14. 13 Oct, 2016 1 commit
  15. 12 Oct, 2016 1 commit
  16. 11 Oct, 2016 2 commits
  17. 07 Oct, 2016 1 commit
  18. 06 Oct, 2016 3 commits
  19. 05 Oct, 2016 1 commit
  20. 27 Sep, 2016 1 commit
  21. 26 Sep, 2016 1 commit
  22. 22 Sep, 2016 3 commits
  23. 21 Sep, 2016 3 commits
  24. 20 Sep, 2016 1 commit
  25. 18 Aug, 2016 1 commit
  26. 30 Jun, 2016 1 commit
  27. 03 Jun, 2016 1 commit
  28. 18 May, 2016 1 commit
  29. 25 Feb, 2016 1 commit
  30. 24 Feb, 2016 1 commit
    • ulan's avatar
      Revert of Replace slots buffer with remembered set. (patchset #14 id:250001 of... · 9146bc5e
      ulan authored
      Revert of Replace slots buffer with remembered set. (patchset #14 id:250001 of https://codereview.chromium.org/1703823002/ )
      
      Reason for revert:
      Revert because of canary crashes: crbug.com/589413
      
      Original issue's description:
      > Replace slots buffer with remembered set.
      >
      > Slots pointing to evacuation candidates are now recorded in the new RememberedSet<OLD_TO_OLD>.
      >
      > The remembered set is extended to support typed slots.
      >
      > During parallel evacuation all migration slots are recorded in local slots buffers.
      > After evacuation all local slots are added to the remembered set.
      >
      > BUG=chromium:578883
      > LOG=NO
      >
      > Committed: https://crrev.com/2285a99ef6f7d52f4f0c4d88a7db4224443ee152
      > Cr-Commit-Position: refs/heads/master@{#34212}
      
      TBR=jochen@chromium.org,hpayer@chromium.org,mlippautz@chromium.org
      # Skipping CQ checks because original CL landed less than 1 days ago.
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      BUG=chromium:578883
      
      Review URL: https://codereview.chromium.org/1725073003
      
      Cr-Commit-Position: refs/heads/master@{#34238}
      9146bc5e
  31. 23 Feb, 2016 1 commit
    • ulan's avatar
      Replace slots buffer with remembered set. · 2285a99e
      ulan authored
      Slots pointing to evacuation candidates are now recorded in the new RememberedSet<OLD_TO_OLD>.
      
      The remembered set is extended to support typed slots.
      
      During parallel evacuation all migration slots are recorded in local slots buffers.
      After evacuation all local slots are added to the remembered set.
      
      BUG=chromium:578883
      LOG=NO
      
      Review URL: https://codereview.chromium.org/1703823002
      
      Cr-Commit-Position: refs/heads/master@{#34212}
      2285a99e
  32. 17 Feb, 2016 1 commit
    • ulan's avatar
      Filter invalid slots after array trimming. · 017d128b
      ulan authored
      If sweeping is in progress then we need to filter out slots in free space after
      array trimming, because the sweeper will add the free space into free list.
      
      This CL also fixes a bug in SlotSet::RemoveRange.
      
      BUG=chromium:587004
      LOG=NO
      TBR=hpayer@chromium.org
      
      Review URL: https://codereview.chromium.org/1701963003
      
      Cr-Commit-Position: refs/heads/master@{#34071}
      017d128b