Closed
Bug 1620133
Opened 5 years ago
Closed 4 years ago
Lack of parallelism when running MIDL in accessible/interfaces/ia1
Categories
(Firefox Build System :: General, task, P3)
Firefox Build System
General
Tracking
(firefox82 fixed)
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
There are two manual loops in accessible/interfaces/ia2/Makefile.in
that make the MIDL calls serialized.
Maybe it's time to bite the bullet and try to move all the MIDL-related stuff out of Makefiles.
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•4 years ago
|
||
Bug 1645986 solved the problem for most generated files by moving their
rules to the top-level, but we're going to add rules that will end up in
subdirectories, so we have to solve the same problem again, in the
subdirectories.
Updated•4 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
The register
rules are dropped at the same time because nothing
actually uses them.
Pushed by mh@glandium.org: https://hg.mozilla.org/integration/autoland/rev/3f6d140abf16 Allow generated file rules to run in parallel in a given directory. r=firefox-build-system-reviewers,rstewart https://hg.mozilla.org/integration/autoland/rev/478edcb2dc6e Move MIDL handling to moz.build. r=firefox-build-system-reviewers,rstewart
Assignee | ||
Comment 4•4 years ago
|
||
Interestingly, this doesn't move the needle at all on native Windows builds...
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3f6d140abf16
https://hg.mozilla.org/mozilla-central/rev/478edcb2dc6e
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•