<?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: TAAS progress</title>
	<atom:link href="http://blog.joa-ebert.com/2009/09/07/taas-progress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/</link>
	<description>Actionscript3, Flash, Scala, Java, C#, C++, Algorithms &#38; Imageprocessing</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Michelle</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-190360</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Mon, 19 Apr 2010 23:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-190360</guid>
		<description>Pretty impressive. Since your last post I wanted to test your project on some of my works like this http://wonderwhy-er.deviantart.com/art/Collision-Sparks-99408656 or this http://wonderwhy-er.deviantart.com/art/A-W-C-A-F-I-T-135334558 to see how much difference in performance I can get as I use a lot of my own code there and probably there is much to optimize there. Will wait for your new commit with those new optimizations and will try to test it + post results here.</description>
		<content:encoded><![CDATA[<p>Pretty impressive. Since your last post I wanted to test your project on some of my works like this <a href="http://wonderwhy-er.deviantart.com/art/Collision-Sparks-99408656" rel="nofollow">http://wonderwhy-er.deviantart.com/art/Collision-Sparks-99408656</a> or this <a href="http://wonderwhy-er.deviantart.com/art/A-W-C-A-F-I-T-135334558" rel="nofollow">http://wonderwhy-er.deviantart.com/art/A-W-C-A-F-I-T-135334558</a> to see how much difference in performance I can get as I use a lot of my own code there and probably there is much to optimize there. Will wait for your new commit with those new optimizations and will try to test it + post results here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-177414</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Mon, 19 Oct 2009 10:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-177414</guid>
		<description>No, not at all. But I think I saw somewhere a different specification for *.abc files so maybe that is the reason (and that would be expected). I will have to look into that.</description>
		<content:encoded><![CDATA[<p>No, not at all. But I think I saw somewhere a different specification for *.abc files so maybe that is the reason (and that would be expected). I will have to look into that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oli</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-177386</link>
		<dc:creator>oli</dc:creator>
		<pubDate>Sun, 18 Oct 2009 21:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-177386</guid>
		<description>yes , i noticed :)
the TODOS answered my first question ;)
it&#039;s still fun to play around with it though.

by the way, if you use the &#039;builtin.abc&#039; from the latest tamarin-redux , TAAS doesn&#039;t read it in correctly. 
is this expected ?</description>
		<content:encoded><![CDATA[<p>yes , i noticed :)<br />
the TODOS answered my first question ;)<br />
it&#8217;s still fun to play around with it though.</p>
<p>by the way, if you use the &#8216;builtin.abc&#8217; from the latest tamarin-redux , TAAS doesn&#8217;t read it in correctly.<br />
is this expected ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-177369</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Sun, 18 Oct 2009 12:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-177369</guid>
		<description>oli: I guess this does not make sense at the moment. TAAS is not complete and people would just complain that it does not work. Just take a look at all the TODO()s in TaasBuilder :)</description>
		<content:encoded><![CDATA[<p>oli: I guess this does not make sense at the moment. TAAS is not complete and people would just complain that it does not work. Just take a look at all the TODO()s in TaasBuilder :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oli</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-177292</link>
		<dc:creator>oli</dc:creator>
		<pubDate>Fri, 16 Oct 2009 22:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-177292</guid>
		<description>there may be no compiled version of the compiler, but with joas taas framework it is really easy to write a little tool yourself and add it to the collection of tdsi, reducer and dump.
its basically just a matter copy and paste, since the most important stuff is already written by joa. 
i could make my version of such a tool publicly available ,if someone is interested.

oli.</description>
		<content:encoded><![CDATA[<p>there may be no compiled version of the compiler, but with joas taas framework it is really easy to write a little tool yourself and add it to the collection of tdsi, reducer and dump.<br />
its basically just a matter copy and paste, since the most important stuff is already written by joa.<br />
i could make my version of such a tool publicly available ,if someone is interested.</p>
<p>oli.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-177221</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Thu, 15 Oct 2009 16:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-177221</guid>
		<description>If you can not compile it because you do not have Java 1.6 you will not be able to run it.

There is also no compiled version available since this is a work in progress. Compiling and running the compiler is not so easy at the moment.</description>
		<content:encoded><![CDATA[<p>If you can not compile it because you do not have Java 1.6 you will not be able to run it.</p>
<p>There is also no compiled version available since this is a work in progress. Compiling and running the compiler is not so easy at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentin</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-177195</link>
		<dc:creator>Valentin</dc:creator>
		<pubDate>Thu, 15 Oct 2009 05:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-177195</guid>
		<description>Is there a compiled version I could test?
Can&#039;t compile the source on Mac, I guess I don&#039;t have 1.6 runtime.</description>
		<content:encoded><![CDATA[<p>Is there a compiled version I could test?<br />
Can&#8217;t compile the source on Mac, I guess I don&#8217;t have 1.6 runtime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-176703</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Mon, 05 Oct 2009 22:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-176703</guid>
		<description>That is the Flash Player on the MAC. It will not run faster than 60fps. But have a look at the milliseconds in the stats window :)</description>
		<content:encoded><![CDATA[<p>That is the Flash Player on the MAC. It will not run faster than 60fps. But have a look at the milliseconds in the stats window :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nada</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-176660</link>
		<dc:creator>nada</dc:creator>
		<pubDate>Sun, 04 Oct 2009 11:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-176660</guid>
		<description>your work really boosts urge do tryout something new again!

here may not be the right place to ask such things but i am asking myself: sucessfully compiled ap.core + ap.test.as3, did run the unit test, got new swf&#039;s in the asset folder, when diffing&#039;em (test03) i can see inlining has happended, but on my mac, both swfs running exactly at the same speed (∼58fps), not like your wonderful fotb example...
is this fp on mac? or just me stupid?

very cool the fotb session is online!

grx</description>
		<content:encoded><![CDATA[<p>your work really boosts urge do tryout something new again!</p>
<p>here may not be the right place to ask such things but i am asking myself: sucessfully compiled ap.core + ap.test.as3, did run the unit test, got new swf&#8217;s in the asset folder, when diffing&#8217;em (test03) i can see inlining has happended, but on my mac, both swfs running exactly at the same speed (∼58fps), not like your wonderful fotb example&#8230;<br />
is this fp on mac? or just me stupid?</p>
<p>very cool the fotb session is online!</p>
<p>grx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oli</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-176506</link>
		<dc:creator>oli</dc:creator>
		<pubDate>Wed, 30 Sep 2009 22:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-176506</guid>
		<description>exiting stuff! 
every math teacher would be jealous as hell, if he could see the reactions, you provoked, at the conference ... 

so anyway, what is actually not yet possible with TAAS? 
In other words, what is keeping us from using it on production-level right now? 

I browsed through the TODO-List on Apparats googlecode page... but it might as well be written in Japanese as far as I understand ;)

keep it up and freundliche gruesse ;)</description>
		<content:encoded><![CDATA[<p>exiting stuff!<br />
every math teacher would be jealous as hell, if he could see the reactions, you provoked, at the conference &#8230; </p>
<p>so anyway, what is actually not yet possible with TAAS?<br />
In other words, what is keeping us from using it on production-level right now? </p>
<p>I browsed through the TODO-List on Apparats googlecode page&#8230; but it might as well be written in Japanese as far as I understand ;)</p>
<p>keep it up and freundliche gruesse ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-176030</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Tue, 22 Sep 2009 22:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-176030</guid>
		<description>Actually, I am at the MAX Unconference thanks to Influxis :)</description>
		<content:encoded><![CDATA[<p>Actually, I am at the MAX Unconference thanks to Influxis :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Ragona</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-176020</link>
		<dc:creator>Ryan Ragona</dc:creator>
		<pubDate>Tue, 22 Sep 2009 20:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-176020</guid>
		<description>This is fantastic - you&#039;re not by any chance presenting at MAX are you? I&#039;d love to see a presentation on this.</description>
		<content:encoded><![CDATA[<p>This is fantastic &#8211; you&#8217;re not by any chance presenting at MAX are you? I&#8217;d love to see a presentation on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jloa</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-175607</link>
		<dc:creator>jloa</dc:creator>
		<pubDate>Sun, 13 Sep 2009 07:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-175607</guid>
		<description>Hm... The &#039;Tail recursion&#039; samples eat about 2 GB of my RAM [!]</description>
		<content:encoded><![CDATA[<p>Hm&#8230; The &#8216;Tail recursion&#8217; samples eat about 2 GB of my RAM [!]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edgardz</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-175509</link>
		<dc:creator>edgardz</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-175509</guid>
		<description>Of course!
I saw a LOT text appearing on the console. I can send it to you if help you somehow. My msn is the same as my e-mail. 

Again, great work! It will help the entire flash development community.</description>
		<content:encoded><![CDATA[<p>Of course!<br />
I saw a LOT text appearing on the console. I can send it to you if help you somehow. My msn is the same as my e-mail. </p>
<p>Again, great work! It will help the entire flash development community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-175443</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Tue, 08 Sep 2009 22:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-175443</guid>
		<description>edgardz: It could be possible that your SWF resulted in a runtime error. Did you see something show up?

Besides, if you want to try it out, I have added a new test and all my AS3 sources that definitly work. Although: a lot is still in development, so stuff can break.</description>
		<content:encoded><![CDATA[<p>edgardz: It could be possible that your SWF resulted in a runtime error. Did you see something show up?</p>
<p>Besides, if you want to try it out, I have added a new test and all my AS3 sources that definitly work. Although: a lot is still in development, so stuff can break.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edgardz</title>
		<link>http://blog.joa-ebert.com/2009/09/07/taas-progress/comment-page-1/#comment-175441</link>
		<dc:creator>edgardz</dc:creator>
		<pubDate>Tue, 08 Sep 2009 20:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=472#comment-175441</guid>
		<description>Hi, i tried TaasCompilerTests.java pointing test00 to my swf. After 56s another swf was generated, but i cant run it. Probrably im forgeting something... But congrats, your results are amazing! (sorry about my english)</description>
		<content:encoded><![CDATA[<p>Hi, i tried TaasCompilerTests.java pointing test00 to my swf. After 56s another swf was generated, but i cant run it. Probrably im forgeting something&#8230; But congrats, your results are amazing! (sorry about my english)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

