Faves for this Web page

  • mike - Jul 21 2007 | javascript, ie, debugging

    Extensive article on IE memory leaks including circular references between JavaScript objects and the DOM, as well as cicular references via closures.

  • not sure how exactly ie does it. but, i've been bitten a few times by the circular reference problem. i had 'a' holding on to a reference count for 'b' and vice versa.

  • tomfakes - Mar 11 2006 | javascript, ie, closures

    I worked in the IE team for 18+months some years ago. I never really understood the object ref-counting system implemented by IE to try to make memory usage work. This system doesn't use garbage collection, so the memory issues are very hairy, made even worse by badly behaving apps that relied on legacy broken behavior (release an object and expect it to still be there!). All this 'Web 2.0' stuff makes it easy to find the holes in the plan that was formulated back in the late 90's

  • derek - Mar 11 2006 | javascript, ie, closures

    Quoted: The following sections will discuss patterns of memory leaks and point out some common examples of each pattern. One great example of a pattern is the closure feature of JScript, while another example is the use of closures in hooking events. If you're familiar with the event hooking example, you might be able to find and fix many of your memory leaks, but other closure-related issues might go unnoticed.

  • Quoted: The following sections will discuss patterns of memory leaks and point out some common examples of each pattern. One great example of a pattern is the closure feature of JScript, while another example is the use of closures in hooking events.

  • IE Memory Leaks explained

Add a Fave for this Web page

What happens when I press Publish?
Your Fave for this Web page gets shared with the Faves community. You can access it at any time by selecting "My Faves" from the menu above.
Why do you ask for my email address?
We use your email address to create an account, so you can easily find your Fave again at a later time.
Rate It

Separate each email address with a comma.
WE DO NOT SPAM | Please read our privacy policy.

Related Content from Around Faves

ie

VIEW ALL

firefox

VIEW ALL