Changes between Version 3 and Version 4 of detect a RenderObject is destroyed unsafely
- Timestamp:
- Apr 25, 2011, 12:11:47 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
detect a RenderObject is destroyed unsafely
v3 v4 1 '''Issue''' 1 = Issue = 2 2 RenderObject lifetimes 3 3 RO destroyed in Node::detach(), which is badly named. … … 36 36 Need to handle "zombie" renderers: need to avoid having this be a worse issue. 37 37 38 '''Actionable things''' 38 = Actionable things = 39 39 Rename the detach() method 40 40 Measure the cost of removing RenderArena