1. 29 Jun, 2015 9 commits
  2. 27 Jun, 2015 1 commit
  3. 26 Jun, 2015 29 commits
  4. 25 Jun, 2015 1 commit
    • yangguo's avatar
      Serializer: commit new internalized strings after deserialization. · cf21d22f
      yangguo authored
      Reserving space for deserialization can cause GC, which
      can evict entries from the string table. Having more deleted
      entries now, StringTable::EnsureCapacity could cause a GC
      later during deserialization even when we actually still
      have enough capacity.
      
      Instead, we now keep new internalized strings in a separate list
      and commit them to the string table at the end.
      
      R=ulan@chromium.org
      BUG=chromium:502085
      LOG=N
      
      Review URL: https://codereview.chromium.org/1204863006
      
      Cr-Commit-Position: refs/heads/master@{#29308}
      cf21d22f