1. 07 Sep, 2016 1 commit
  2. 25 Aug, 2016 1 commit
    • mlippautz's avatar
      [heap] GCTracer: Record details for incremental marking · 3866975f
      mlippautz authored
      Record details, such as cumulative duration, number of steps, and longest steps
      in IncrementalMarkingDetails which get populated at a single callsite
      (AddScopeSample). Remove member fields that thus become obsolete (unfortunately
      not all of them).
      
      Additional remove some dead code and refactor printing. Printing in a single
      statement allows for using logcat on Android.
      
      This should also address the regression in chromium:640524.
      
      BUG=chromium:639818,chromium:640524
      R=jochen@chromium.org
      
      Review-Url: https://codereview.chromium.org/2269093002
      Cr-Commit-Position: refs/heads/master@{#38912}
      3866975f
  3. 23 Aug, 2016 3 commits
  4. 01 Aug, 2016 1 commit
  5. 28 Jul, 2016 1 commit
  6. 26 Jul, 2016 1 commit
  7. 25 Jul, 2016 1 commit
  8. 22 Jul, 2016 1 commit
  9. 12 Jul, 2016 1 commit
  10. 03 Jun, 2016 1 commit
  11. 29 Mar, 2016 2 commits
  12. 21 Mar, 2016 1 commit
  13. 25 Feb, 2016 1 commit
  14. 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
  15. 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
  16. 22 Feb, 2016 1 commit
  17. 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
  18. 08 Feb, 2016 1 commit
    • ulan's avatar
      New page local store buffer. · bb883395
      ulan authored
      This replaces the global remembered set with per-page remembered sets.
      
      Each page in the old space, map space, and large object space keeps track of
      the set of slots in the page pointing to the new space.
      
      The data structure for storing slot sets is a two-level bitmap, which allows
      us to remove the store buffer overflow and SCAN_ON_SCAVENGE logic.
      
      Design doc: https://goo.gl/sMKCf7
      
      BUG=chromium:578883
      LOG=NO
      
      Review URL: https://codereview.chromium.org/1608583002
      
      Cr-Commit-Position: refs/heads/master@{#33806}
      bb883395
  19. 27 Oct, 2015 1 commit
  20. 08 Oct, 2015 1 commit
  21. 02 Oct, 2015 1 commit
  22. 25 Sep, 2015 2 commits
  23. 08 Sep, 2015 1 commit
  24. 06 Aug, 2015 1 commit
  25. 03 Aug, 2015 1 commit
  26. 31 Jul, 2015 1 commit
  27. 07 Jul, 2015 2 commits
  28. 05 Jul, 2015 1 commit
  29. 02 Jul, 2015 1 commit
  30. 15 Jun, 2015 1 commit
  31. 20 May, 2015 1 commit
  32. 19 May, 2015 1 commit
  33. 15 May, 2015 2 commits
  34. 12 May, 2015 1 commit