<?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: Life with Flex: Compiler</title>
	<atom:link href="http://gorillajawn.com/wordpress/2008/06/26/life-with-flex-compiler/feed/" rel="self" type="application/rss+xml" />
	<link>http://gorillajawn.com/wordpress/2008/06/26/life-with-flex-compiler/</link>
	<description>Enterprise Software Consultant</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:02:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Drunk on Software: Flex for Managers and Architects &#124; Software Development Videos</title>
		<link>http://gorillajawn.com/wordpress/2008/06/26/life-with-flex-compiler/comment-page-1/#comment-20673</link>
		<dc:creator>Drunk on Software: Flex for Managers and Architects &#124; Software Development Videos</dc:creator>
		<pubDate>Thu, 15 Jan 2009 11:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=41#comment-20673</guid>
		<description>[...] Life with Flex: Compiler [...]</description>
		<content:encoded><![CDATA[<p>[...] Life with Flex: Compiler [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drunk on Software &#187; Blog Archive &#187; Episode 6: Flex for Managers and Architects</title>
		<link>http://gorillajawn.com/wordpress/2008/06/26/life-with-flex-compiler/comment-page-1/#comment-20602</link>
		<dc:creator>Drunk on Software &#187; Blog Archive &#187; Episode 6: Flex for Managers and Architects</dc:creator>
		<pubDate>Mon, 05 Jan 2009 10:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=41#comment-20602</guid>
		<description>[...] Life with Flex: Compiler [...]</description>
		<content:encoded><![CDATA[<p>[...] Life with Flex: Compiler [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonr</title>
		<link>http://gorillajawn.com/wordpress/2008/06/26/life-with-flex-compiler/comment-page-1/#comment-20402</link>
		<dc:creator>jonr</dc:creator>
		<pubDate>Sun, 06 Jul 2008 00:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=41#comment-20402</guid>
		<description>So, if incremental defaults to true and keep to false then the settings you recommend are the defaults, correct?  These were pretty slow for me.  I only start playing trying different setting because of the poor compile times with the default configuration.</description>
		<content:encoded><![CDATA[<p>So, if incremental defaults to true and keep to false then the settings you recommend are the defaults, correct?  These were pretty slow for me.  I only start playing trying different setting because of the poor compile times with the default configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clement Wong</title>
		<link>http://gorillajawn.com/wordpress/2008/06/26/life-with-flex-compiler/comment-page-1/#comment-20397</link>
		<dc:creator>Clement Wong</dc:creator>
		<pubDate>Sat, 05 Jul 2008 00:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=41#comment-20397</guid>
		<description>-keep=true instructs the compiler to write the auto-generated text to your file system. I would use -keep=false to avoid the unnecessary file i/o.

you only use -keep=true when you suspect that the Flex compiler doesn&#039;t generate correct code for your MXML components.

Also, Flex Builder uses incremental compilation by default. There is no need to set -incremental=true.

I think by removing the entire &quot;-incremental=true -keep=true&#039;, you get an acceptable compile time.

-C</description>
		<content:encoded><![CDATA[<p>-keep=true instructs the compiler to write the auto-generated text to your file system. I would use -keep=false to avoid the unnecessary file i/o.</p>
<p>you only use -keep=true when you suspect that the Flex compiler doesn&#8217;t generate correct code for your MXML components.</p>
<p>Also, Flex Builder uses incremental compilation by default. There is no need to set -incremental=true.</p>
<p>I think by removing the entire &#8220;-incremental=true -keep=true&#8217;, you get an acceptable compile time.</p>
<p>-C</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonr</title>
		<link>http://gorillajawn.com/wordpress/2008/06/26/life-with-flex-compiler/comment-page-1/#comment-20363</link>
		<dc:creator>jonr</dc:creator>
		<pubDate>Fri, 27 Jun 2008 18:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=41#comment-20363</guid>
		<description>We are using Flex 3 - inside of the latest Flex Builder...</description>
		<content:encoded><![CDATA[<p>We are using Flex 3 &#8211; inside of the latest Flex Builder&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VELO</title>
		<link>http://gorillajawn.com/wordpress/2008/06/26/life-with-flex-compiler/comment-page-1/#comment-20361</link>
		<dc:creator>VELO</dc:creator>
		<pubDate>Fri, 27 Jun 2008 13:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=41#comment-20361</guid>
		<description>At present time I don&#039;t believe HFCD will bring any great result (may be if you give he move memory you can get better results, since compiler doesn&#039;t share memory with eclipse any more.)

HFCD will show great results when you can run it on dedicated machines.  Like compilation farms.  But so far HFCD doesn&#039;t support that.


VELO</description>
		<content:encoded><![CDATA[<p>At present time I don&#8217;t believe HFCD will bring any great result (may be if you give he move memory you can get better results, since compiler doesn&#8217;t share memory with eclipse any more.)</p>
<p>HFCD will show great results when you can run it on dedicated machines.  Like compilation farms.  But so far HFCD doesn&#8217;t support that.</p>
<p>VELO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelvin Luck</title>
		<link>http://gorillajawn.com/wordpress/2008/06/26/life-with-flex-compiler/comment-page-1/#comment-20359</link>
		<dc:creator>Kelvin Luck</dc:creator>
		<pubDate>Fri, 27 Jun 2008 12:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=41#comment-20359</guid>
		<description>Are you currently just using mxmlc? If so you should use fsch:

http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell

This is what flex builder (and FDT and flash develop) use internally and it doesn&#039;t have the overhead of starting a Java enviroment for each compile... I think it&#039;s already included in the Flex 3 SDK... It can be tricky to access from ant because it requires leaving the process running but this may help:

http://fcshwrapper.blogspot.com/

Cheers :)</description>
		<content:encoded><![CDATA[<p>Are you currently just using mxmlc? If so you should use fsch:</p>
<p><a href="http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell" rel="nofollow">http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell</a></p>
<p>This is what flex builder (and FDT and flash develop) use internally and it doesn&#8217;t have the overhead of starting a Java enviroment for each compile&#8230; I think it&#8217;s already included in the Flex 3 SDK&#8230; It can be tricky to access from ant because it requires leaving the process running but this may help:</p>
<p><a href="http://fcshwrapper.blogspot.com/" rel="nofollow">http://fcshwrapper.blogspot.com/</a></p>
<p>Cheers <img src='http://gorillajawn.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Chiverton</title>
		<link>http://gorillajawn.com/wordpress/2008/06/26/life-with-flex-compiler/comment-page-1/#comment-20357</link>
		<dc:creator>Tom Chiverton</dc:creator>
		<pubDate>Fri, 27 Jun 2008 11:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=41#comment-20357</guid>
		<description>You could also look at the Flex Compiler Shell (fcsh). I&#039;m betting most of your 25 seconds is spent starting up the JVM, and fcsh keeps it around between invokes.
You don&#039;t say if this is Flex 2 or 3, but 3 is a lot quicker than 2 was - if you are on 2 and can upgrade.</description>
		<content:encoded><![CDATA[<p>You could also look at the Flex Compiler Shell (fcsh). I&#8217;m betting most of your 25 seconds is spent starting up the JVM, and fcsh keeps it around between invokes.<br />
You don&#8217;t say if this is Flex 2 or 3, but 3 is a lot quicker than 2 was &#8211; if you are on 2 and can upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonr</title>
		<link>http://gorillajawn.com/wordpress/2008/06/26/life-with-flex-compiler/comment-page-1/#comment-20353</link>
		<dc:creator>jonr</dc:creator>
		<pubDate>Thu, 26 Jun 2008 15:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=41#comment-20353</guid>
		<description>Will HFCD make difference inside of Flex Builder?  It sounds like it loads the SDK / Compiler into memory too: &lt;a href=&quot;http://www.adobeforums.com/webx/.59b4c61c&quot; rel=&quot;nofollow&quot;&gt;http://www.adobeforums.com/webx/.59b4c61c&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Will HFCD make difference inside of Flex Builder?  It sounds like it loads the SDK / Compiler into memory too: <a href="http://www.adobeforums.com/webx/.59b4c61c" rel="nofollow">http://www.adobeforums.com/webx/.59b4c61c</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bartek</title>
		<link>http://gorillajawn.com/wordpress/2008/06/26/life-with-flex-compiler/comment-page-1/#comment-20351</link>
		<dc:creator>Bartek</dc:creator>
		<pubDate>Thu, 26 Jun 2008 13:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://ectropic.com/wordpress/?p=41#comment-20351</guid>
		<description>Jon,
Even though the incremental compilation is turned on by default I guess much of the time is spent in producing the resulting SWF. Have you tried to divide your project using modules or library projects?

By the way - great blog :)
Looking forward for the rest of the series.</description>
		<content:encoded><![CDATA[<p>Jon,<br />
Even though the incremental compilation is turned on by default I guess much of the time is spent in producing the resulting SWF. Have you tried to divide your project using modules or library projects?</p>
<p>By the way &#8211; great blog <img src='http://gorillajawn.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Looking forward for the rest of the series.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
