New Actionscript compiler from Adobe
bytearray.org
New Actionscript compiler from Adobe
1–10 of 28 posts
Re: New Actionscript compiler from Adobe
#2The AS3 compiler in Flex is junk. My buglist over the three years I used it was nearly 100 items long. I don't know of a single unfixed issue in Haxe.
Plus, if you write the code properly, you can port it to nearly a dozen platforms (serverside, plus all of the ones on http://haxenme.org).
I don't make Flash games any more except for hobby projects, but migrating off of Flex was the best decision I ever made.
Re: New Actionscript compiler from Adobe
#3Re: New Actionscript compiler from Adobe
#4Interesting. I should note that most of this stuff (optimization, etc) is available through Haxe. Haxe can also compile to Javascript, iOS & Android; targeting just Flash is risky at this point.
Re: New Actionscript compiler from Adobe
#5Re: New Actionscript compiler from Adobe
#6> ...
> * The function does not contain any activations
Does this mean that a function can't be inlined if it calls other functions?
Re: New Actionscript compiler from Adobe
#7Known issues: Flex compilation is not supported.
So much for multi-threaded compiling. Pfff. I guess we will just wait until the open-source people do it, sometimes next year?
Re: New Actionscript compiler from Adobe
#8If anyone is still interested in doing Flash development with Flex, do yourself a favor and check out Haxe: http://haxe.org/ The AS3 compiler in Flex is junk. My buglist over the three years I used it was nearly 100 items long. I don't know of a single unfixed issue in Haxe. Plus, if you write the code properly, you can port it to nearly a dozen platforms (serverside, plus all of the ones on http://haxenme.org ). I d…
Re: New Actionscript compiler from Adobe
#9If anyone is still interested in doing Flash development with Flex, do yourself a favor and check out Haxe: http://haxe.org/ The AS3 compiler in Flex is junk. My buglist over the three years I used it was nearly 100 items long. I don't know of a single unfixed issue in Haxe. Plus, if you write the code properly, you can port it to nearly a dozen platforms (serverside, plus all of the ones on http://haxenme.org ). I d…
Re: New Actionscript compiler from Adobe
#10If anyone is still interested in doing Flash development with Flex, do yourself a favor and check out Haxe: http://haxe.org/ The AS3 compiler in Flex is junk. My buglist over the three years I used it was nearly 100 items long. I don't know of a single unfixed issue in Haxe. Plus, if you write the code properly, you can port it to nearly a dozen platforms (serverside, plus all of the ones on http://haxenme.org ). I d…
This is actually an entirely new compiler written from scratch since 2010. https://cwiki.apache.org/FLEX/falcon-overview.html
Frankly, complete rewrites under these circumstances are a cop out. It's an easy but ineffective path. What they should be doing is unit tests, isolating bugs and strictly controlling quality. Common bug reports should be triaged, rather than ignored (it's not uncommon to have a bug, and find a set of posts years old discussing workarounds). All it would take to fix Flex would be the will to do it.
The rewrite will have a whole different bunch of issues, and be similarly problematic. It's not like Flex was a bad apple in a bunch of well engineered Adobe software.