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

Issue 1421593004: Change QuicFramer::BuildDataPacket to return a length instead of QuicPacket* in order to reduce mem… (Closed)

Created:
5 years, 2 months ago by alyssar1
Modified:
5 years, 1 month ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@105596142
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change QuicFramer::BuildDataPacket to return a length instead of QuicPacket* in order to reduce memory allocations. Estimated to save ~0.3% of CPU. Merge internal change: 105596667 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -44 lines) Patch
M net/quic/quic_framer.h View 1 chunk +7 lines, -7 lines 0 comments Download
M net/quic/quic_framer.cc View 4 chunks +16 lines, -22 lines 0 comments Download
M net/quic/quic_packet_creator.cc View 1 chunk +18 lines, -10 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 1 chunk +4 lines, -5 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 3 (1 generated)
alyssar1
5 years, 2 months ago (2015-10-21 19:16:54 UTC) #1
Ryan Hamilton
5 years, 2 months ago (2015-10-21 19:40:14 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698