optimization

Performance Optimization Checklist
http://vimeo.com/7427341

Optimising CPU and memory usage in AS3.0
http://alexgblog.com/?p=392

ActionScript 3.0 Optimization: A Practical Example
http://active.tutsplus.com/tutorials/actionscript/actionscript-3-0-optimization-a-practical-example/

Optimizing Performance for the Adobe Flash Platform
http://help.adobe.com/en_US/as3/mobile/flashplatform_optimizing_content.pdf

https://github.com/magicalhobo/SWFWire/blob/master/SWFWireDecompiler/specs/AS3TuningInsideAVM2JIT.pdf
http://download.macromedia.com/pub/labs/amf/amf3_spec_121207.pdf

資料をだらーっと見てて思うには、うーん、、色々な人達が頑張って層を作って最適化してるから、色々なターゲットで動くし、気を使えばパフォーマンスも良くなるんだろうなぁ、、というところ。
AS2は細かい型が使えないしAVMも古いのでパフォーマンスは期待しない方が良さそう。AS3はAVM2がどこまでパフォーマンス高いのかが気になるところだ。FlashPlayerのバージョンによって違うらしいけれど。

プラットフォームに特化した最適化じゃないからNativeにはさすがに負けるけど、そこは割り切って使うもんだろう。