Closed
Bug 657728
Opened 14 years ago
Closed 14 years ago
GC_POINTERS doesn't work with GCMember array literals
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect, P2)
Tamarin Graveyard
Garbage Collection (mmGC)
Tracking
(Not tracked)
RESOLVED
FIXED
Q3 11 - Serrano
People
(Reporter: treilly, Assigned: rulohani)
Details
(Whiteboard: has-patch)
Attachments
(1 file)
|
1.23 KB,
patch
|
treilly
:
review+
lhansen
:
superreview+
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•14 years ago
|
||
GCMember<SObject> GC_POINTERS_SMALL(button[4], 4);
No matching function for call to 'MMgc::GC::TraceLocations(MMgc::GCInlineObject::GCMember<SObject>*, int)' in /Users/treilly/dev/FlashRuntime/sandbox/products/player/osx/../../../build/mac/int/FlashPlayer/avmglue.as/builtins/Debug/global-tracers.hh
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → rulohani
Status: NEW → ASSIGNED
Target Milestone: --- → Q3 11 - Serrano
| Assignee | ||
Comment 2•14 years ago
|
||
Attachment #533705 -
Flags: superreview?(lhansen)
Attachment #533705 -
Flags: review?(treilly)
Updated•14 years ago
|
Attachment #533705 -
Flags: superreview?(lhansen) → superreview+
Updated•14 years ago
|
Priority: -- → P2
| Reporter | ||
Updated•14 years ago
|
Attachment #533705 -
Flags: review?(treilly) → review+
Comment 3•14 years ago
|
||
changeset: 6360:4dee15fe89bf
user: Ruchi Lohani <rulohani@adobe.com>
summary: Bug 657728: TraceLocations variant for GCMembers array (r=treilly, sr=lhansen).
http://hg.mozilla.org/tamarin-redux/rev/4dee15fe89bf
Comment 4•14 years ago
|
||
ruchi: let me know if you need this also pushed to tr-serrano.
| Assignee | ||
Comment 5•14 years ago
|
||
Patch pushed to TR and tr-serrano.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•