Closed
Bug 1738057
Opened 4 years ago
Closed 4 years ago
Split out Bidi::EmbeddingLevel to speed up re-compile times
Categories
(Core :: Internationalization, task, P4)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
96 Branch
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: gregtatum, Assigned: gregtatum)
References
Details
Attachments
(1 file)
mozilla/intl/Bidi.h includes ICU4CGlue.h, which makes for really long re-compiles. If we split out Bidi::Direction and Bidi::EmbeddingLevel into a new file, then the includes will be much simpler, and should increase re-compile times.
| Assignee | ||
Comment 1•4 years ago
|
||
This should speed up re-compile times, as mozilla/intl/Bidi.h will only
be included in a few places.
Pushed by gtatum@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3afb4d49110f
Split out BidiEmbeddingLevel into its own file; r=platform-i18n-reviewers,dminor
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•