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

Issue 8790015: Make SpdyFrame::size a constant instead of a static method so gcc can optimize the call away. (Closed)

Created:
9 years ago by Nico
Modified:
9 years ago
CC:
chromium-reviews, pam+watch_chromium.org, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Make SpdyFrame::size a constant instead of a static method so gcc can optimize the call away. Manual changes to spdy_protocol.h and spdy_framer.cc, rest of the CL generated by running: perl -pi -e "s/SpdyFrame::size\(\)/SpdyFrame::kHeaderSize/" $(git grep -l SpdyFrame::size) This is the same as the google-internal CL 25917366 and 25938381 BUG=94125 TEST=none TBR=willchan Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112929

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : .. #

Patch Set 4 : fff #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -63 lines) Patch
M net/spdy/spdy_framer.cc View 1 2 3 19 chunks +29 lines, -23 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 9 chunks +10 lines, -10 lines 0 comments Download
M net/spdy/spdy_protocol.h View 6 chunks +7 lines, -7 lines 0 comments Download
M net/spdy/spdy_protocol_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_session.h View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M net/spdy/spdy_test_util.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M net/tools/flip_server/constants.h View 1 3 chunks +2 lines, -3 lines 0 comments Download
M net/tools/flip_server/spdy_interface.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Nico
I'll fix the 80 cols when they're fixed internally :-/
9 years ago (2011-12-04 05:10:29 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/8790015/1
9 years ago (2011-12-04 05:10:47 UTC) #2
commit-bot: I haz the power
Presubmit check for 8790015-1 failed and returned exit status 1. Running presubmit commit checks ...
9 years ago (2011-12-04 05:10:50 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/8790015/3001
9 years ago (2011-12-04 05:35:17 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/8790015/2002
9 years ago (2011-12-04 05:40:01 UTC) #5
commit-bot: I haz the power
Try job failure for 8790015-2002 (retry) on win_rel for step "compile" (clobber build). It's a ...
9 years ago (2011-12-04 06:00:28 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/8790015/31
9 years ago (2011-12-04 06:02:29 UTC) #7
willchan no longer on Chromium
LGTM On Sat, Dec 3, 2011 at 9:10 PM, <thakis@chromium.org> wrote: > Reviewers: willchan, > ...
9 years ago (2011-12-04 06:57:26 UTC) #8
commit-bot: I haz the power
9 years ago (2011-12-04 07:22:50 UTC) #9
Change committed as 112929

Powered by Google App Engine
This is Rietveld 408576698