Closed
Bug 523655
Opened 15 years ago
Closed 15 years ago
Figure out libxul symbols referenced on startup
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 549749
People
(Reporter: taras.mozilla, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ts])
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Updated•15 years ago
|
Whiteboard: [ts]
Reporter | ||
Comment 1•15 years ago
|
||
nm libxul.so |grep ' T '|wc gives me 59392 entries text section(which are usually code),
The log produced with this patch reports 30444 libxul functions ran.
Since it's just over 50% of the file that would be paged in on startup. I think doing readahead on it is completely reasonable.
Reporter | ||
Comment 2•15 years ago
|
||
Note that the above patch produces numbers that dlsym typically fails to resolve, so if one wanted to get better names, it's best to see what nsTraceRefcntImpl::WalkTheStack does
Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•