> I had poor luck with as3compile, what about some of the new haxe > based tests ? Many are very simple. >
The haxe code is quite simple, but the bytecode that haxe generates is very complicated and unconventional. It also changes massively depending on which compiler version you use. This is why it's not very useful for generating VM testcases, at least until AVM2 is more correct. as3compile generates much cleaner bytecode that probably closely matches what the Adobe compiler would generate from similar code, which makes testing and debugging the VM easier. What would be really useful is an ABC assembler, but it doesn't seem there is one (haxe apparently had one at one time). bwy -- The current release of Gnash is 0.8.5 http://www.gnu.org/software/gnash/ Benjamin Wolsey, Software Developer - http://benjaminwolsey.de
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

