Closed
Bug 55465
Opened 25 years ago
Closed 9 years ago
reimplement frame recycler to not rely on vtable layout
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: waterson, Assigned: waterson)
Details
Currently, the frame recycling code relies on the compiler's vtable layout to
work properly. Although not a problem for the compilers we're using now, it may
bite us in the future. See bug 55100.
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Hey Chris,
How relevant is this bug today?
Is there anything I can do to help?
Updated•16 years ago
|
QA Contact: chrispetersen → layout
Comment 2•9 years ago
|
||
Frames are now allocated / recycled in the PresShell arena based on their frame ID,
so I think this bug is obsolete now.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•