Closed Bug 496586 Opened 15 years ago Closed 15 years ago

Memory profiler show's String's in global package

Categories

(Tamarin Graveyard :: Virtual Machine, defect, P2)

x86
Windows XP
defect

Tracking

(Not tracked)

VERIFIED FIXED
flash10.1

People

(Reporter: treilly, Assigned: rishah)

Details

Attachments

(1 file, 1 obsolete file)

Not sure how this is happening
Status: NEW → ASSIGNED
Flags: flashplayer-qrb+
Priority: -- → P2
Target Milestone: --- → flash10.x
Attached patch patch [v1] (obsolete) — Splinter Review
The hashtable for stack_address-to-name lookup was incorrectly set to treat the “key” as a string instead of an address.  As a result, hash lookups would return incorrect strings depending on string comparison of some garbage residing at the lookup address at a given time.

Added a separated hash table for string interning and tagged existing nameTable as non-string.
Attachment #382381 - Flags: review?(lhansen)
Attached patch patch [v1.1]Splinter Review
Clean patch w/o the windows style line endings.
Attachment #382381 - Attachment is obsolete: true
Attachment #382382 - Flags: review?(lhansen)
Attachment #382381 - Flags: review?(lhansen)
OS: Mac OS X → Windows XP
Attachment #382382 - Flags: review?(lhansen) → review+
changeset 2007	d9634cf30640
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: