Closed
Bug 1627099
Opened 5 years ago
Closed 5 years ago
Load libGLESv2 sequentially
Categories
(Core :: Graphics, enhancement, P3)
Core
Graphics
Tracking
()
RESOLVED
DUPLICATE
of bug 1628903
People
(Reporter: alexical, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxperf:p2])
During startup we bounce around a lot reading libGLESv2.dll. See 1627071 for a Procmon profile. Since we seem to need almost all of it anyway, we could probably read it off disk faster if we just tried to load the whole thing sequentially with ReadAheadLib
.
Reporter | ||
Updated•5 years ago
|
Summary: Load libGLES sequentially → Load libGLESv2 sequentially
Updated•5 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Whiteboard: [fxperf] → [fxperf:p2]
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•