1. 22 Dec, 2014 4 commits
  2. 20 Dec, 2014 1 commit
  3. 19 Dec, 2014 1 commit
  4. 18 Dec, 2014 3 commits
  5. 17 Dec, 2014 1 commit
  6. 16 Dec, 2014 1 commit
  7. 15 Dec, 2014 4 commits
  8. 12 Dec, 2014 1 commit
  9. 11 Dec, 2014 1 commit
    • jochen's avatar
      When reading the map from a live object, use a barrier load · b7caca9f
      jochen authored
      It could happen that we shrink a live object on the main thread (e.g.
      MigrateFastToSlow) while we're sweeping the same page. The main
      thread first creates a filler object that the release-stores the new
      map. Therefore it's important to barrier load the map word of live
      objects from the sweeper thread.
      
      BUG=none
      R=ulan@chromium.org,hpayer@chromium.org
      LOG=n
      
      Review URL: https://codereview.chromium.org/797623002
      
      Cr-Commit-Position: refs/heads/master@{#25780}
      b7caca9f
  10. 10 Dec, 2014 3 commits
  11. 05 Dec, 2014 1 commit
    • ulan's avatar
      Refactor Map::ConstructionCount. · 35ff259b
      ulan authored
      This combines Map::DoneInobjectSlackTracking and Map::ConstructionCount into one more generic 4-bit counter.
      
      Counter values from 15 down to 8 are used for in-object slack tracking, values from 7 down to 0 are free to be used for a new counter when in-object slack tracking is inactive.
      
      Review URL: https://codereview.chromium.org/767253002
      
      Cr-Commit-Position: refs/heads/master@{#25689}
      35ff259b
  12. 04 Dec, 2014 2 commits
  13. 03 Dec, 2014 3 commits
  14. 02 Dec, 2014 5 commits
  15. 01 Dec, 2014 4 commits
  16. 28 Nov, 2014 2 commits
  17. 27 Nov, 2014 3 commits