Closed
Bug 596745
Opened 15 years ago
Closed 15 years ago
TM: if JSPROP_SHARED is identical to SHAPE_INVALID_SLOT we should remove JSPROP_SHARED
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 565825
People
(Reporter: cdleary, Assigned: cdleary)
Details
Was learning about the circumstances under which we see SHAPE_INVALID_SLOT from jorendorff, and we think that the circumstances JSPROP_SHARED is set might be identical to those where SHAPE_INVALID_SLOT is set. If so, we can cut JSPROP_SHARED out of the engine.
Worst that comes out of this bug is a nice big comment. :-)
Brendan?
Comment 1•15 years ago
|
||
It's not that simple. See bug 552432 and bug 565825.
This bug seems like a dup of bug 565825 -- right?
/be
Whiteboard: DUPEME
| Assignee | ||
Comment 2•15 years ago
|
||
Bug 552432 and bug 565825 explain the issues nicely. Resolving as dup.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•