Open
Bug 2010819
Opened 2 days ago
Updated 1 day ago
[perf] Add fast path for callers that check PendingQueueLength() == 0
Categories
(Core :: Networking, enhancement)
Core
Networking
Tracking
()
NEW
People
(Reporter: valentin, Assigned: valentin)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
mozilla::net::nsHttpConnectionMgr::ProcessPendingQForEntry checks if ent->PendingQueueLength().
When there are a lot of events in the queue, these callers don't need the actual length, just to know when it's empty.
| Assignee | ||
Comment 1•2 days ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•