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

Issue 10454093: Disk cache: Pre-read file headers when opening files (posix). (Closed)

Created:
8 years, 6 months ago by rvargas (doing something else)
Modified:
8 years, 6 months ago
Reviewers:
cbentzel, gavinp
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Disk cache: Pre-read file headers when opening files (posix). BUG=128140 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=141245

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M net/disk_cache/mapped_file_posix.cc View 1 2 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
rvargas (doing something else)
8 years, 6 months ago (2012-05-31 19:38:34 UTC) #1
gavinp
http://codereview.chromium.org/10454093/diff/1/net/disk_cache/mapped_file_posix.cc File net/disk_cache/mapped_file_posix.cc (right): http://codereview.chromium.org/10454093/diff/1/net/disk_cache/mapped_file_posix.cc#newcode32 net/disk_cache/mapped_file_posix.cc:32: size_t temp_len = size ? size : 4096 * ...
8 years, 6 months ago (2012-05-31 19:59:50 UTC) #2
rvargas (doing something else)
Thanks. http://codereview.chromium.org/10454093/diff/1/net/disk_cache/mapped_file_posix.cc File net/disk_cache/mapped_file_posix.cc (right): http://codereview.chromium.org/10454093/diff/1/net/disk_cache/mapped_file_posix.cc#newcode32 net/disk_cache/mapped_file_posix.cc:32: size_t temp_len = size ? size : 4096 ...
8 years, 6 months ago (2012-05-31 20:07:04 UTC) #3
gavinp
http://codereview.chromium.org/10454093/diff/1/net/disk_cache/mapped_file_posix.cc File net/disk_cache/mapped_file_posix.cc (right): http://codereview.chromium.org/10454093/diff/1/net/disk_cache/mapped_file_posix.cc#newcode32 net/disk_cache/mapped_file_posix.cc:32: size_t temp_len = size ? size : 4096 * ...
8 years, 6 months ago (2012-05-31 20:50:34 UTC) #4
gavinp
woops, one comment didn't make it out in that last mailing http://codereview.chromium.org/10454093/diff/1/net/disk_cache/mapped_file_posix.cc File net/disk_cache/mapped_file_posix.cc (right): ...
8 years, 6 months ago (2012-05-31 20:51:32 UTC) #5
rvargas (doing something else)
I apologize for making a mess here. It all boils down to missing a detail ...
8 years, 6 months ago (2012-06-01 01:34:58 UTC) #6
gavinp
Just wondering now about the differences between posix and windows... http://codereview.chromium.org/10454093/diff/11001/net/disk_cache/mapped_file_posix.cc File net/disk_cache/mapped_file_posix.cc (right): http://codereview.chromium.org/10454093/diff/11001/net/disk_cache/mapped_file_posix.cc#newcode33 ...
8 years, 6 months ago (2012-06-01 12:00:34 UTC) #7
rvargas (doing something else)
On 2012/06/01 12:00:34, gavinp wrote: > Just wondering now about the differences between posix and ...
8 years, 6 months ago (2012-06-01 22:27:29 UTC) #8
gavinp
LGTM. I very much like that a change that only touches the posix builds is ...
8 years, 6 months ago (2012-06-02 19:22:46 UTC) #9
cbentzel
I know it's not the reason, but http://en.wikipedia.org/wiki/Interix On Sat, Jun 2, 2012 at 3:22 ...
8 years, 6 months ago (2012-06-02 23:57:44 UTC) #10
gavinp
8 years, 6 months ago (2012-06-03 00:01:00 UTC) #11
Indeed.  When I think POSIX, I think win32.  :D

On 2012/06/02 23:57:44, cbentzel wrote:
> I know it's not the reason, but  http://en.wikipedia.org/wiki/Interix
> 
> On Sat, Jun 2, 2012 at 3:22 PM, <mailto:gavinp@chromium.org> wrote:
> 
> > LGTM.
> >
> > I very much like that a change that only touches the posix builds is
> > failing
> > win_rel. That's pretty advanced.
> >
> >
>
http://codereview.chromium.**org/10454093/%3Chttp://codereview.chromium.org/1...>
> >

Powered by Google App Engine
This is Rietveld 408576698