|
relnote: QuicAlarms are now allocated out of an arena in QuicConnection. Guarded by quic_enable_arena_allocation. Enabled by default.
This results in around a 2% improvement in CPU usage, which mostly comes
from reducing the number of stalls whenever an alarm fires.
Enabled by default because otherwise, QuicConnections use extra memory
that they never use.
Merge internal change: 111441965
Fix a static_assert in quic_arena_scoped_ptr. No runtime or functional change.
Merge internal change: 111881552
relnote: n/a. Apply language fixes to QuicArenaScopedPtr/QuicOneBlockArena to allow them to build in Chromium. Not flag protected.
Merge internal change: 112057527
Committed: https://crrev.com/4ea54a24b7adab2c793fdcfdc01ff57363ceb9d2
Cr-Commit-Position: refs/heads/master@{#370803}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+645 lines, -51 lines) |
Patch |
 |
M |
net/net.gypi
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_alarm.h
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_alarm.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_alarm_test.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
net/quic/quic_arena_scoped_ptr.h
|
View
|
1
2
3
4
5
8
|
1 chunk |
+210 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/quic/quic_arena_scoped_ptr_test.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_chromium_connection_helper.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_chromium_connection_helper.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+16 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_connection.h
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+28 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_connection.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+14 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_connection_test.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_flags.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_flags.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/quic/quic_one_block_arena.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/quic/quic_one_block_arena_test.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_utils.h
|
View
|
1
2
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/test_tools/quic_test_utils.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/quic/test_tools/quic_test_utils.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_epoll_connection_helper.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_epoll_connection_helper.cc
|
View
|
|
2 chunks |
+16 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_epoll_connection_helper_test.cc
|
View
|
|
6 chunks |
+45 lines, -17 lines |
0 comments
|
Download
|
Total messages: 23 (13 generated)
|