<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Firefox JavaScript hiccups</title>
	<atom:link href="http://friedcellcollective.net/outbreak/2008/06/19/firefox-javascript-hiccups/feed/" rel="self" type="application/rss+xml" />
	<link>http://friedcellcollective.net/outbreak/2008/06/19/firefox-javascript-hiccups/</link>
	<description>bursts of ideas and rants by the alterego</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:40:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Boky</title>
		<link>http://friedcellcollective.net/outbreak/2008/06/19/firefox-javascript-hiccups/comment-page-1/#comment-82911</link>
		<dc:creator>Boky</dc:creator>
		<pubDate>Thu, 19 Jun 2008 10:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://friedcellcollective.net/outbreak/?p=199#comment-82911</guid>
		<description>Garbage collection.

You recreate objects and FF seems to be more agressive with garbage collection than other browsers.

Try something like:
var a = Array();
function test(){ a.pus({b:1});}.

This should not invoke garbage collection, IMHO.</description>
		<content:encoded><![CDATA[<p>Garbage collection.</p>
<p>You recreate objects and FF seems to be more agressive with garbage collection than other browsers.</p>
<p>Try something like:<br />
var a = Array();<br />
function test(){ a.pus({b:1});}.</p>
<p>This should not invoke garbage collection, IMHO.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

