<?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: MXMLC WTF (7): Snooping with verbose stacktraces</title>
	<atom:link href="http://blog.iconara.net/2007/11/22/mxmlc-wtf-7-snooping-with-verbose-stacktraces/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iconara.net/2007/11/22/mxmlc-wtf-7-snooping-with-verbose-stacktraces/</link>
	<description></description>
	<lastBuildDate>Sun, 07 Mar 2010 14:29:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tom</title>
		<link>http://blog.iconara.net/2007/11/22/mxmlc-wtf-7-snooping-with-verbose-stacktraces/comment-page-1/#comment-7911</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iconara.net/2007/11/22/mxmlc-wtf-7-snooping-with-verbose-stacktraces/#comment-7911</guid>
		<description>&lt;p&gt;optimize is enabled per default. you have to disable it to see a difference.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>optimize is enabled per default. you have to disable it to see a difference.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Carnes</title>
		<link>http://blog.iconara.net/2007/11/22/mxmlc-wtf-7-snooping-with-verbose-stacktraces/comment-page-1/#comment-7706</link>
		<dc:creator>Jeff Carnes</dc:creator>
		<pubDate>Mon, 22 Dec 2008 12:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iconara.net/2007/11/22/mxmlc-wtf-7-snooping-with-verbose-stacktraces/#comment-7706</guid>
		<description>&lt;p&gt;It sounds like you did your testing with compc and not mxmlc (which has different defaults).  If that&#039;s the case, compc defaults &quot;debug&quot; to true (mxmlc does not).  As per the docs:&lt;/p&gt;

&lt;p&gt;&quot;If you set this option to true, Flex also sets the verbose-stacktraces option to true&quot;&lt;/p&gt;

&lt;p&gt;Try setting &quot;debug&quot; to false and you&#039;ll notice that the stack traces are a bit less revealing now and the file size will be about 33% smaller in part because it&#039;s not including line numbers and file names.&lt;/p&gt;

&lt;p&gt;&quot;optimize&quot; also defaults to true, so compiling with optimize=true is no different than compiling without specifying optimize. The docs don&#039;t state it, but I believe optimize is also affected by debug so with debug defaulting to true it might force optimize to false (even if you specify it). If I remember correctly, taking a debug SWF and running it through Adobe&#039;s optimizer app in the SDK results in a SWF identical to debug=false, optimize=true which makes me believe debug and optimize may be mutually exclusive.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It sounds like you did your testing with compc and not mxmlc (which has different defaults).  If that&#8217;s the case, compc defaults &#8220;debug&#8221; to true (mxmlc does not).  As per the docs:</p>

<p>&#8220;If you set this option to true, Flex also sets the verbose-stacktraces option to true&#8221;</p>

<p>Try setting &#8220;debug&#8221; to false and you&#8217;ll notice that the stack traces are a bit less revealing now and the file size will be about 33% smaller in part because it&#8217;s not including line numbers and file names.</p>

<p>&#8220;optimize&#8221; also defaults to true, so compiling with optimize=true is no different than compiling without specifying optimize. The docs don&#8217;t state it, but I believe optimize is also affected by debug so with debug defaulting to true it might force optimize to false (even if you specify it). If I remember correctly, taking a debug SWF and running it through Adobe&#8217;s optimizer app in the SDK results in a SWF identical to debug=false, optimize=true which makes me believe debug and optimize may be mutually exclusive.</p>]]></content:encoded>
	</item>
</channel>
</rss>
