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

Issue 1652133005: Avoid an allocation and cache miss per QuicDispatcher. No functional (Closed)

Created:
4 years, 10 months ago by ramant (doing other things)
Modified:
4 years, 10 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, Jeremy Dorfman
Base URL:
https://chromium.googlesource.com/chromium/src.git@112965585
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Avoid an allocation and cache miss per QuicDispatcher. No functional change. Not flag protected. This moves what was in QuicDispatcher::QuicFramerVisitor directly into QuicDispatcher, removing the need for a scoped_ptr to QuicFramerVisitor. Merge internal change: 112975578 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -116 lines) Patch
M net/tools/quic/quic_dispatcher.h View 4 chunks +39 lines, -11 lines 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 6 chunks +107 lines, -105 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 3 (1 generated)
ramant (doing other things)
4 years, 10 months ago (2016-02-02 00:57:29 UTC) #1
Ryan Hamilton
4 years, 10 months ago (2016-02-02 04:22:52 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698