Closed
Bug 868422
Opened 12 years ago
Closed 11 years ago
Add UnsafeArrayCopy intrinsic for selfhosted code
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: pnkfelix, Unassigned)
References
Details
(Whiteboard: PJS)
There are spots in ParallelArray.js where we have for-loops that copy substrings (i.e. contiguous subsequences) from one array to another.
That should be an intrinsic operation (that we make super-fast).
Reporter | ||
Comment 1•12 years ago
|
||
1. I meant that these are copying substrings from one *dense* array to another *dense* array.
2. We would want the intrinsic to work on Typed Arrays as well. (That or have a separate intrinsic for the typed array cases, if that ends up being a better strategy.)
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•