Add support for prio(medium-high) or some such to ipdl
Categories
(Core :: IPC, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
prio(high) is for vsync, prio(input) for input events.
Normal priority messages are therefore used for most of the messages.
But there are cases when higher-than-normal priority could be useful -
in Fission at least load events.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
The ipdl code around priorities is rather error prone, but I'll just copy-paste what has been done with high priority.
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Per comment https://bugzilla.mozilla.org/show_bug.cgi?id=1442178#c54 I'm using this PNecko as an example case
for this new priority.
Depends on D57013
Comment 5•5 years ago
|
||
Tracking for Fission riding the trains to Beta (M7)
Blocks Fission page load performance work, but doesn't block enabling Fission in Nightly (M6).
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/676f10cc111d
https://hg.mozilla.org/mozilla-central/rev/8f5ffa8c4b68
Description
•