ActionScript 3 and AVM 2.0 Performance Tuning Slides
Ted Patrick has posted a TON of slides from a component developer summit held at Adobe a couple of weeks ago. One (of the many) that caught my eye was this presentation by Gary Grossman (one of main engineers who worked on the new AVM in the player):
ActionScript 3 and AVM 2.0 Performance Tuning (pdf)
This goes into some depth on how the AVM works, and some performance tricks (i.e. casting array indexes to INT).
Make sure to check out the other slides, including presentations on Flex internals, components, and architecture. You can view them all here.
You can view the slides for the Apollo presentation that I did, here.
Related Entries
- Log your AS3 corelib Library bugs / features
- How to log bugs for the AS3 Libraries
- Twitter AS3 API
- Open Source ActionScript 3 Libraries updated
- Skinner, Moock and Ziade on Flex 2 and AS 3
Comments
-
that fast path for int inside array is really interesting ! btw, thanks for the updated corelib :-)