Open
Bug 1813309
Opened 2 months ago
Updated 20 days ago
Investigate if avoiding ensureLinear call under CopyStringChars would improve performance
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [sp3])
This is from VanillaJS-TodoMVC
https://share.firefox.dev/3Jq2HrZ
Gecko side passes large enough buffer https://searchfox.org/mozilla-central/rev/4d2b1f753871ce514f9dccfc5b1b5e867f499229/dom/base/nsJSUtils.h#118,122 so one should be able to just copy string data there without flattening the rope.
Updated•2 months ago
|
Severity: -- → N/A
Priority: -- → P2
Comment hidden (spam) |
Updated•20 days ago
|
Whiteboard: [sp3]
Updated•20 days ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-65
You need to log in
before you can comment on or make changes to this bug.
Description
•