Closed
Bug 1907891
Opened 2 months ago
Closed 2 months ago
Use shared string buffer for long strings created by js::StringBuffer
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(2 files)
No description provided.
Updated•2 months ago
|
Whiteboard: [sp3]
Updated•2 months ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-778
Assignee | ||
Comment 1•2 months ago
|
||
This case (non-inline strings but still short) is pretty common on Speedometer 3 and this patch has
some medium-confidence improvements on various sub tests.
Assignee | ||
Comment 2•2 months ago
|
||
Updated•2 months ago
|
Severity: -- → N/A
Priority: -- → P3
Pushed by jdemooij@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/422e55ad508e part 1 - Try to avoid malloc calls for short strings created by js::StringBuffer. r=sfink https://hg.mozilla.org/integration/autoland/rev/1848dbf727ac part 2 - Create shared string buffer for long strings allocated by js::StringBuffer. r=sfink,emilio
Comment 4•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/422e55ad508e
https://hg.mozilla.org/mozilla-central/rev/1848dbf727ac
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•