Closed
Bug 838906
Opened 12 years ago
Closed 10 years ago
Replace the get() function in self-hosted ParallelArrays
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nmatsakis, Unassigned)
References
Details
(Whiteboard: PJS)
`get()` is not currently defined like other methods but rather is assigned to each instance of ParallelArray as an own property. This is a bit of a hack designed to supply a specialized version of get() based on the dimensionality of the receiver. In the future we can improve this by (1) extending TI to track the dimensionality of the receiver and (2) using a hint to aggressively inline calls to get().
Reporter | ||
Updated•12 years ago
|
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•