Closed
Bug 1591491
Opened 6 years ago
Closed 6 years ago
Use FakeString::ShareOrDependUpon more
Categories
(Core :: DOM: Bindings (WebIDL), task, P1)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
We have various places that use FakeString::Rebind when they could share a stringbuffer instead; they predate ShareOrDependUpon existing.
| Assignee | ||
Comment 1•6 years ago
|
||
If someone then saves the resulting string, this will let us avoid a copy.
| Assignee | ||
Updated•6 years ago
|
Priority: -- → P1
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7e056a6f4792
Add more use of FakeString::ShareOrDependUpon. r=froydnj
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•