Closed
Bug 863492
Opened 12 years ago
Closed 9 years ago
Paris WebIDL bindings may cause increase in Windows PGO memory during libxul linking
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mbrubeck, Unassigned)
References
(Blocks 1 open bug)
Details
There is some evidence that adding Paris bindings may cause linker virtual memory to increase during Windows PGO builds, which could contribute to these builds eventually running out of address space (bug 833881):
https://groups.google.com/d/msg/mozilla.dev.platform/PVcbThwogSw/RtK-n7k4RPQJ
smaug suggested on IRC that disabling PGO for the binding code (using NO_PROFILE_GUIDED_OPTIMIZE) might reduce linker memory, and that the code should already be well-optimized so it might not hurt performance.
Needs testing of course.
Comment 2•12 years ago
|
||
I'd be interested in perf numbers here, yes. It might well be that PGO on this code is not really buying us much.
Comment 3•9 years ago
|
||
Linker memory usage isn't a problem now, so I don't think this is worth investigating.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•