Closed
Bug 1774192
Opened 2 years ago
Closed 2 years ago
Build harfbuzz with multi-threading support enabled
Categories
(Core :: Layout: Text and Fonts, enhancement)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Currently, we build harfbuzz with the HB_NO_MT
define, which tells it not to bother about thread-safety issues; this has historically been OK because we only do font shaping on the main thread.
However, with worker-thread canvas text, we'll potentially be shaping fonts on multiple threads, so we should start building HB with MT support enabled.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0cb6a33b7f2b
Build harfbuzz with MT support. r=lsalzman
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•