﻿<?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>评论：一段流行的as3内存释放hack代码</title>
	<atom:link href="http://www.as4game.com/blog/archives/676/feed" rel="self" type="application/rss+xml" />
	<link>http://www.as4game.com/blog/archives/676</link>
	<description>actionscript for game</description>
	<lastBuildDate>Tue, 27 Dec 2011 02:31:16 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：子青</title>
		<link>http://www.as4game.com/blog/archives/676/comment-page-1#comment-2142</link>
		<dc:creator>子青</dc:creator>
		<pubDate>Tue, 27 Dec 2011 02:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.as4game.com/blog/?p=676#comment-2142</guid>
		<description>这个我用过，不好用，已经过时了，
system类里有个直接回收的方法，那个可以直接INVOKE，这个办法已经放弃了。</description>
		<content:encoded><![CDATA[<p>这个我用过，不好用，已经过时了，<br />
system类里有个直接回收的方法，那个可以直接INVOKE，这个办法已经放弃了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：as4game</title>
		<link>http://www.as4game.com/blog/archives/676/comment-page-1#comment-124</link>
		<dc:creator>as4game</dc:creator>
		<pubDate>Tue, 19 Jan 2010 02:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.as4game.com/blog/?p=676#comment-124</guid>
		<description>laan同学正解。垃圾回收是由这个error触发的，</description>
		<content:encoded><![CDATA[<p>laan同学正解。垃圾回收是由这个error触发的，</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：laan</title>
		<link>http://www.as4game.com/blog/archives/676/comment-page-1#comment-123</link>
		<dc:creator>laan</dc:creator>
		<pubDate>Thu, 14 Jan 2010 12:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.as4game.com/blog/?p=676#comment-123</guid>
		<description>lc1 = new LocalConnection();
lc2 = new LocalConnection();
lc1.connect(&quot;name&quot;);
lc2.connect(&quot;name&quot;);

应该要两个链接到一个名称才能触发垃圾回收</description>
		<content:encoded><![CDATA[<p>lc1 = new LocalConnection();<br />
lc2 = new LocalConnection();<br />
lc1.connect(&#8221;name&#8221;);<br />
lc2.connect(&#8221;name&#8221;);</p>
<p>应该要两个链接到一个名称才能触发垃圾回收</p>
]]></content:encoded>
	</item>
</channel>
</rss>

