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)

x86
Windows XP
defect
Not set
normal

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.
Component: Virtual Machine → Tracing Virtual Machine
QA Contact: vm → tracing-vm
Note, the fix for https://bugzilla.mozilla.org/show_bug.cgi?id=416924 removed AtomArray entirely, but the issue probably still exists...
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
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.