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)

task

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.
Whiteboard: [sp3]

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.

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
Regressions: 1909656
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
No longer regressions: 1909656
Regressions: 1910420
Regressions: 1915328
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: