Closed
Bug 677704
Opened 15 years ago
Closed 15 years ago
Implement memory reporters for nsWindowsDllInterceptor
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: ehsan.akhgari, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [MemShrink])
Each nsWindowsDllInterceptor allocates a page of virtual memory for its trampoline code. Should we implement memory reporters for this class?
| Reporter | ||
Updated•15 years ago
|
Blocks: DarkMatter
Comment 1•15 years ago
|
||
> Should we implement memory reporters for this class?
That depends how much memory is used. Can you do an ad hoc measurement to get an idea?
Comment 2•15 years ago
|
||
There are 4 WindowsDllInterceptor instances, so we're probably looking at 16K. We could have a singleton to share a page between all the instances, but is it worth the bother?
Comment 3•15 years ago
|
||
16KB? Not worth bothering with.
Using data from DMD to decide which reporters to implement is the best way forward, IMO.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•