<?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: Free Lists</title>
	<atom:link href="http://jacksondunstan.com/articles/278/feed" rel="self" type="application/rss+xml" />
	<link>http://jacksondunstan.com/articles/278</link>
	<description>Mastering AS3</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:30:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jackson</title>
		<link>http://jacksondunstan.com/articles/278/comment-page-1#comment-678</link>
		<dc:creator>jackson</dc:creator>
		<pubDate>Tue, 15 Jun 2010 16:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=278#comment-678</guid>
		<description>Cool! This is one I&#039;m definitely going to re-test with Flash Player 10.1.</description>
		<content:encoded><![CDATA[<p>Cool! This is one I&#8217;m definitely going to re-test with Flash Player 10.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Promethe</title>
		<link>http://jacksondunstan.com/articles/278/comment-page-1#comment-675</link>
		<dc:creator>Promethe</dc:creator>
		<pubDate>Tue, 15 Jun 2010 15:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=278#comment-675</guid>
		<description>Hello jackson!

I noticed that in Flash 10.1, the Flash player actually releases the garbage collected memory.

It works in both the desktop player and in the browser. And Sytem.gc() is now working perfectly fine!

Regards,</description>
		<content:encoded><![CDATA[<p>Hello jackson!</p>
<p>I noticed that in Flash 10.1, the Flash player actually releases the garbage collected memory.</p>
<p>It works in both the desktop player and in the browser. And Sytem.gc() is now working perfectly fine!</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackson</title>
		<link>http://jacksondunstan.com/articles/278/comment-page-1#comment-26</link>
		<dc:creator>jackson</dc:creator>
		<pubDate>Wed, 16 Sep 2009 20:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=278#comment-26</guid>
		<description>Thanks for your comment. I think using an array would be just like using a vector, only slower. Did you have something in mind about arrays that would make them faster in this instance than vectors? If so, I&#039;d love to hear it. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for your comment. I think using an array would be just like using a vector, only slower. Did you have something in mind about arrays that would make them faster in this instance than vectors? If so, I&#8217;d love to hear it. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Gilbert</title>
		<link>http://jacksondunstan.com/articles/278/comment-page-1#comment-21</link>
		<dc:creator>Troy Gilbert</dc:creator>
		<pubDate>Wed, 16 Sep 2009 19:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=278#comment-21</guid>
		<description>Would using an array instead of a linked-list keep from having to use the intermediate free list node to wrap your allocated object? Would that allow for a compromise between the &quot;recycling&quot; linked-list and linked-list performances?

I&#039;m thinking along these lines: treat the array like a stack, push freed (or recycled) objects onto it, pop them off to allocate.</description>
		<content:encoded><![CDATA[<p>Would using an array instead of a linked-list keep from having to use the intermediate free list node to wrap your allocated object? Would that allow for a compromise between the &#8220;recycling&#8221; linked-list and linked-list performances?</p>
<p>I&#8217;m thinking along these lines: treat the array like a stack, push freed (or recycled) objects onto it, pop them off to allocate.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
