Re: Memory fragmentation?
Boris Zbarsky <[email protected]> Thu, 15 Nov 2007 09:26:28 -0600
| Newsgroups | gmane.comp.mozilla.performance |
|---|---|
| Message-ID | <[email protected]> |
Daniel Brooks wrote: > This is basically what people mean when they talk about sorting > allocations by lifetime. We don't know the exact lifetimes of these > objects in advance (because we don't know when the user will close the > tab), but we know that they will be destroyed together. No, we don't. DOM nodes and other refcounted things can outlive the tab closure and teardown of the window arbitrarily. Just have some script in another window referencing them. -Boris