Open
Bug 1409335
Opened 8 years ago
Updated 3 years ago
Use AsyncOpen2 in js/xpconnect/loader/mozJSSubScriptLoader.cpp
Categories
(Core :: XPConnect, enhancement, P2)
Core
XPConnect
Tracking
()
NEW
People
(Reporter: xeonchen, Unassigned)
References
Details
https://searchfox.org/mozilla-central/rev/a984558fa2bbde6492d3fb918496fc0b0835b2ce/js/xpconnect/loader/mozJSSubScriptLoader.cpp#530
Copy from bug 1391356 comment 0:
To get the performance benefits of our off-main JAR work (bug 1373708) we're going to want to convert code that current does a sync Open() of jar channels to use AsyncOpen instead.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•