Azoth is a Windows console (Win32 command-line) application, for AS3 Flash programming, that lets you replace method calls to a certain AS3 class (included with Azoth) with equivalent Alchemy opcodes in a SWF file. This provides superior performance for accessing a ByteArray as memory, than you can achieve with AS3 alone.
Adobe introduced additional opcodes to AVM2 in Flash Player 10 for Alchemy (C to AS3 conversion magic). These optimized opcodes are not accessible using standard AS3. Azoth provides a simple way for using them.
Alchemy opcodes work on a ByteArray and provide fast access to it as 'memory'.
You can use the provided fastmem.as for emulating functionality of Alchemy opcodes. Then, using Azoth executable, you can replace calls to the methods of the class in the SWF file with inlined Alchemy opcodes (inject Alchemy opcodes).
Azoth is free to use (at your own risk), you cannot distribute it or link directly to the download. All rights other than granted here belong to Manitu Group.
Linking to this page is welcome. [http://www.buraks.com/azoth].
azoth与alchemy
最新推荐文章于 2022-05-29 20:34:14 发布