Closed
Bug 1890540
Opened 1 year ago
Closed 1 year ago
Faster xpt codegen
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
126 Branch
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
xpt codegen doesn't take much time (roughly 1s per run) but it's invoked a great number of time, to a accumulated value of 30s. It's worth investigating if it can be improved.
| Assignee | ||
Updated•1 year ago
|
Component: General → XPCOM
Product: Firefox Build System → Core
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Note: in addition to the attached patch, applying the patch associated to https://bugzilla.mozilla.org/show_bug.cgi?id=1884318 also improves the invocation of each command
Updated•1 year ago
|
Attachment #9395781 -
Attachment description: Bug 1890540 - Avoid redundant computation of iid_bytes during xpt codegen r=mccr8 → Bug 1890540 - Avoid redundant computation of iid_bytes during xpt codegen r=mccr8!
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/83518ee57830
Avoid redundant computation of iid_bytes during xpt codegen r=mccr8
Comment 4•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•