Open
Bug 2005296
Opened 9 months ago
Updated 9 months ago
Experiment with copying strings without linearizing
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mgaudet, Unassigned)
References
(Blocks 1 open bug)
Details
From smaug:
"happen to know if anyone has tried to tweak JS::CopyStringChars so that it wouldn't call StringToLinearString, but just copy directly to the output buffer?"
It seems worth an experiment; we have StringSegmentRange specificially to handle rope walking.
(arguably a heuristic about copy frequency would make sense, but an initial cut could still work)
| Reporter | ||
Updated•9 months ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•