Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Issue 155590: Disk cache: Add support for having a sparse entry block that... (Closed)

Created:
11 years, 5 months ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review), willchan no longer on Chromium
Visibility:
Public.

Description

Disk cache: Add support for having a sparse entry block that is not totally filled. This is required to allow two consecutive writes to fill a given range without caring about the actual start offset of the second one (as long as it is right where the first one ended). This CL also takes care of all pending TODOs of the sparse disk cache. Sparse disk cache support is now feature complete. BUG=12258 TEST=unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20988

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+277 lines, -49 lines) Patch
M net/disk_cache/disk_format.h View 1 chunk +6 lines, -1 line 0 comments Download
M net/disk_cache/entry_unittest.cc View 2 chunks +117 lines, -0 lines 0 comments Download
M net/disk_cache/rankings.h View 2 chunks +4 lines, -1 line 0 comments Download
M net/disk_cache/rankings.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M net/disk_cache/sparse_control.h View 2 chunks +13 lines, -3 lines 0 comments Download
M net/disk_cache/sparse_control.cc View 12 chunks +123 lines, -44 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rvargas (doing something else)
11 years, 5 months ago (2009-07-15 20:59:52 UTC) #1
Alpha Left Google
LGTM. My only concern is that in SparseControl, a lot of operations are strongly tied ...
11 years, 5 months ago (2009-07-15 23:32:41 UTC) #2
rvargas (doing something else)
On 2009/07/15 23:32:41, Alpha wrote: > LGTM. > > My only concern is that in ...
11 years, 5 months ago (2009-07-16 00:49:24 UTC) #3
Nicolas Sylvain
11 years, 5 months ago (2009-07-17 19:15:23 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698