Open
Bug 1940070
Opened 1 year ago
Updated 8 months ago
CompactBufferWriter should avoid write-back
Categories
(Core :: JavaScript Engine: JIT, enhancement, P2)
Core
JavaScript Engine: JIT
Tracking
()
ASSIGNED
People
(Reporter: nbp, Assigned: nbp, NeedInfo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
The CompactBufferWriter has 2 functions writeByteAt and writeUnisedAt used by the SafepointWriter::writeNunboxParts for patching the length of elements written to the safepoint.
Write back options are not implemented for either the BufferList or the SegmentedVector solution looked at in Bug 1940069. We can either implement it in one of them or remove the write-back from the writeNunboxParts function.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → nicolas.b.pierron
Status: NEW → ASSIGNED
Updated•1 year ago
|
Whiteboard: [sp3]
Updated•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-905
Comment 2•10 months ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 2 weeks.
:nbp, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Flags: needinfo?(nicolas.b.pierron)
Flags: needinfo?(jdemooij)
Updated•8 months ago
|
Flags: needinfo?(jdemooij)
You need to log in
before you can comment on or make changes to this bug.
Description
•