<?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: Automated Code Refactoring</title>
	<atom:link href="http://blog.mozilla.org/tglek/2007/04/02/automated-code-refactoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.org/tglek/2007/04/02/automated-code-refactoring/</link>
	<description>Taras&#039; blog on Snappy, Startup, Telemetry and other Firefox peroformance matters</description>
	<lastBuildDate>Tue, 27 Nov 2012 16:50:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: tglek</title>
		<link>http://blog.mozilla.org/tglek/2007/04/02/automated-code-refactoring/comment-page-1/#comment-1035</link>
		<dc:creator>tglek</dc:creator>
		<pubDate>Wed, 11 Apr 2007 23:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/2007/04/02/automated-code-refactoring/#comment-1035</guid>
		<description><![CDATA[Dead code detection is still a work in progress, not sure how long until I can show some results.
Basic idea is that as the code gets larger and refactored some functions are no longer called and are just sitting there, possibly optimized away by the compiler, but still using up space in the code.]]></description>
		<content:encoded><![CDATA[<p>Dead code detection is still a work in progress, not sure how long until I can show some results.<br />
Basic idea is that as the code gets larger and refactored some functions are no longer called and are just sitting there, possibly optimized away by the compiler, but still using up space in the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sree Oggu</title>
		<link>http://blog.mozilla.org/tglek/2007/04/02/automated-code-refactoring/comment-page-1/#comment-1034</link>
		<dc:creator>Sree Oggu</dc:creator>
		<pubDate>Wed, 11 Apr 2007 23:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/2007/04/02/automated-code-refactoring/#comment-1034</guid>
		<description><![CDATA[Taras

I  will be interested in hearing about the C++ dead code detector. (Dehydra project). Can you please provide pointers and status of the same ?

Sree]]></description>
		<content:encoded><![CDATA[<p>Taras</p>
<p>I  will be interested in hearing about the C++ dead code detector. (Dehydra project). Can you please provide pointers and status of the same ?</p>
<p>Sree</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.mozilla.org/tglek/2007/04/02/automated-code-refactoring/comment-page-1/#comment-1011</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 09 Apr 2007 19:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/2007/04/02/automated-code-refactoring/#comment-1011</guid>
		<description><![CDATA[Congratulations!  This is extremely cool stuff.]]></description>
		<content:encoded><![CDATA[<p>Congratulations!  This is extremely cool stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tglek</title>
		<link>http://blog.mozilla.org/tglek/2007/04/02/automated-code-refactoring/comment-page-1/#comment-975</link>
		<dc:creator>tglek</dc:creator>
		<pubDate>Wed, 04 Apr 2007 05:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/2007/04/02/automated-code-refactoring/#comment-975</guid>
		<description><![CDATA[Yes this works fine outside of gecko.]]></description>
		<content:encoded><![CDATA[<p>Yes this works fine outside of gecko.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asrail</title>
		<link>http://blog.mozilla.org/tglek/2007/04/02/automated-code-refactoring/comment-page-1/#comment-974</link>
		<dc:creator>Asrail</dc:creator>
		<pubDate>Wed, 04 Apr 2007 04:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/2007/04/02/automated-code-refactoring/#comment-974</guid>
		<description><![CDATA[A doubt...
is it going to work with any C++ code outside Gecko?]]></description>
		<content:encoded><![CDATA[<p>A doubt&#8230;<br />
is it going to work with any C++ code outside Gecko?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
