Skip to content
Snippets Groups Projects
  1. Jun 07, 2010
  2. Jul 30, 2009
  3. Jul 23, 2009
  4. Jul 17, 2009
  5. Mar 11, 2009
  6. Mar 06, 2009
    • rvargas@google.com's avatar
      New disk cache eviction algorithm (partial implementation). · 90c7aa0f
      rvargas@google.com authored
      Disabled by a #def. When enabled, file format 2.1 is used,
      with a possible update from ver 2.0. If a version with this
      code disabled is run after the upgrade, it will just
      discard the file and go back to 2.0.
      
      We now put some of those extra list to use! Entries are
      separated into various lists depending on how often are
      used, and we keep track of previously evicted entries.
      
      If the new algorithm is not enabled, most of the code just
      goes through a different path (with the old code instead of
      the new one). One notable exception is OpenFollowingEntry,
      used to enumerate the entries on the cache; the code changed
      significantly to support the new version of the "cache
      iterator", but functionally should do the same as the current
      code.
      
      
      Review URL: http://codereview.chromium.org/27345
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11145 0039d316-1c4b-4281-b951-d872f2087c98
      90c7aa0f
  7. Feb 18, 2009
  8. Dec 16, 2008
  9. Dec 04, 2008
  10. Aug 24, 2008
  11. Aug 19, 2008
  12. Aug 13, 2008
  13. Jul 26, 2008
Loading