1. 08 Mar, 2017 1 commit
  2. 06 Mar, 2017 1 commit
  3. 03 Mar, 2017 1 commit
  4. 01 Mar, 2017 1 commit
  5. 10 Feb, 2017 1 commit
  6. 19 Jan, 2017 1 commit
    • krasin's avatar
      Fix unused lambda captures. · 5ccc719a
      krasin authored
      Clang just got more strict about unused lambda captures,
      and that requires us to clean all places with this issue
      across all the Chromium code base. This CL fixes all such
      cases in V8.
      
      BUG=chromium:681136
      
      Review-Url: https://codereview.chromium.org/2646553002
      Cr-Commit-Position: refs/heads/master@{#42523}
      5ccc719a
  7. 02 Jan, 2017 1 commit
  8. 24 Dec, 2016 1 commit
  9. 23 Dec, 2016 1 commit
  10. 20 Dec, 2016 2 commits
  11. 19 Dec, 2016 1 commit
    • cbruni's avatar
      Add unittests to keep InstanceType lists in sync · c0282f60
      cbruni authored
      STRUCT_LIST and INSTANCE_TYPE_LIST are now forced to have the same order
      as the InstanceType enum.
      
      Drive-by-fix 1: Move type check and cast functions closer together in objects-inl.h
      
      Drive-by-fix 2: Remove unused instance types SIGNATURE_INFO_TYPE and  TYPE_SWITCH_INFO_TYPE.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2578573002
      Cr-Commit-Position: refs/heads/master@{#41804}
      c0282f60
  12. 18 Nov, 2016 2 commits
  13. 11 Nov, 2016 1 commit
  14. 10 Nov, 2016 1 commit
  15. 03 Nov, 2016 1 commit
    • ulan's avatar
      Revert of [heap] Add a guard for restarting the memory reducer after... · 3c96c5e2
      ulan authored
      Revert of [heap] Add a guard for restarting the memory reducer after mark-compact. (patchset #1 id:1 of https://chromiumcodereview.appspot.com/2433933005/ )
      
      Reason for revert:
      Speculative revert to see impact on crbug.com/659531
      
      Original issue's description:
      > [heap] Add a guard for restarting the memory reducer after mark-compact.
      >
      > Currently it is possible to get into a cycle of
      > mark-compact -> memory reducer -> mark-compact -> memory reducer ...
      > where the memory reducer does not free memory.
      >
      > This patch ensures that the memory reducer restarts only if the
      > committed memory increased by sufficient amount after the last run.
      >
      > BUG=
      
      TBR=hpayer@chromium.org,davidroutier17@gmail.com
      # Not skipping CQ checks because original CL landed more than 1 days ago.
      BUG=
      
      Review-Url: https://codereview.chromium.org/2472053003
      Cr-Commit-Position: refs/heads/master@{#40737}
      3c96c5e2
  16. 21 Oct, 2016 1 commit
  17. 20 Oct, 2016 1 commit
  18. 18 Oct, 2016 1 commit
  19. 14 Oct, 2016 2 commits
  20. 13 Oct, 2016 1 commit
  21. 07 Oct, 2016 1 commit
  22. 05 Oct, 2016 1 commit
  23. 28 Sep, 2016 1 commit
  24. 26 Sep, 2016 1 commit
  25. 22 Sep, 2016 2 commits
  26. 21 Sep, 2016 3 commits
  27. 07 Sep, 2016 1 commit
  28. 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
  29. 23 Aug, 2016 3 commits
  30. 01 Aug, 2016 1 commit
  31. 28 Jul, 2016 1 commit
  32. 26 Jul, 2016 1 commit