Implement ArrayBuffer.prototype.transfer() proposal
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(6 files)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
Bug 1841113 - Part 3: Add additional ArrayBuffer transfer proposal tests. r=#spidermonkey-reviewers!
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details |
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Adds a basic implementation without any optimisations.
Depends on D182479
Assignee | ||
Comment 3•1 year ago
|
||
Add tests not covered by test262 and which are SpiderMonkey-specific, for
example different ArrayBuffer storage types and cross-compartment wrappers.
Depends on D182480
Assignee | ||
Comment 4•1 year ago
|
||
Adds an optimisation for malloc'ed ArrayBuffers to steal or realloc the
underlying data. Also improves the implementation when this optimisation can't
be used.
Depends on D182481
Assignee | ||
Comment 5•1 year ago
|
||
Assignee | ||
Comment 6•1 year ago
|
||
Depends on D182677
Comment 8•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8e414319d2bf
https://hg.mozilla.org/mozilla-central/rev/5fc7d804af3e
https://hg.mozilla.org/mozilla-central/rev/05d609026ed7
https://hg.mozilla.org/mozilla-central/rev/41d2512a836c
https://hg.mozilla.org/mozilla-central/rev/eb6b7b91f68c
https://hg.mozilla.org/mozilla-central/rev/2ef473aa8aa4
Updated•1 year ago
|
Comment 9•1 year ago
|
||
FF117 MDN docs work for this done/tracked in https://github.com/mdn/content/issues/28285
Description
•