Closed
Bug 496807
Opened 17 years ago
Closed 17 years ago
Reduce size or lazy create hash table in scriptObject
Categories
(Tamarin Graveyard :: Virtual Machine, defect, P2)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 494515
flash10.1
People
(Reporter: dansmith, Assigned: rishah)
Details
Every scriptObject initializes its own hash table which is twice as big as the object itself, is this necessary? Can we do it only when needed? Can it be smaller?. avmplus::AvmCore::newObject
Flags: flashplayer-qrb+
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•