Closed
Bug 1628903
Opened 5 years ago
Closed 5 years ago
Evaluate performance of Read Ahead DLL prefetches
Categories
(Core :: Widget: Win32, enhancement)
Core
Widget: Win32
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: emmamalysz, Assigned: emmamalysz)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxperf:p2])
Attachments
(2 files, 1 obsolete file)
We prefetch a few DLLs on startup (like ExplorerFrame.dll). We should reevaluate our usage of ReadAheadDlls_ThreadStart
to see if this is necessary, since the files are eventually read by a content process later in startup.
The Windows Procmon log for the build (https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NhgxSmL5TkyNErk72PCbMw/runs/0/artifacts/public/build/target.zip) is attached.
Assignee | ||
Updated•5 years ago
|
Blocks: 1627071
Summary: Evaluate performance of DLL prefetches → Evaluate performance of Read Ahead DLL prefetches
Assignee | ||
Comment 1•5 years ago
•
|
||
Here are DLLs and libraries that we have identified as candidates for investigating prefetch: explorerFrame.dll, d3d9.dll, libegl.dll, dwrite.dll, d3dcompiler.dll, nssckibi.dll, cach2 dlls, freebl3.dll, softokn3.dll, firefox.exe
Assignee | ||
Updated•5 years ago
|
Whiteboard: [fxperf]
Updated•5 years ago
|
Whiteboard: [fxperf] → [fxperf:p2]
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → emalysz
Updated•5 years ago
|
Attachment #9144424 -
Attachment description: Bug 1628903: testing only - prefetch DLLs that were identified as good candidates → Bug 1628903: Prefetch DLLs to improve disk reads on Windows HDD devices.
Pushed by nerli@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6c10970490f3
Prefetch DLLs to improve disk reads on Windows HDD devices. r=aklotz
Comment 6•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Updated•5 years ago
|
Attachment #9144416 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•