Closed
Bug 411322
Opened 17 years ago
Closed 17 years ago
TT: implement dense array support using vector
Categories
(Tamarin Graveyard :: Tracing Virtual Machine, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: edwsmith, Unassigned)
References
Details
We currently use AtomArray, an internal class with remarkable resemblence to vector.<*>. Once vector lands in TC and migrates to TT, maybe we can use it for the dense parts of Arrays.
If this happens, it will fix 411302.
Reporter | ||
Updated•17 years ago
|
Component: Virtual Machine → Tracing Virtual Machine
QA Contact: vm → tracing-vm
Comment 1•17 years ago
|
||
Note, the fix for https://bugzilla.mozilla.org/show_bug.cgi?id=416924 removed AtomArray entirely, but the issue probably still exists...
Comment 2•17 years ago
|
||
At this point it looks like both Array and Vector will use List<> for their underlying storage in TT, so this bug is probably moot... marking WONTFIX.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•