> * Swiz stopped development in 2.0.0 beta that brings AOP to Flex Framework.
> The problem with this implementation is that is not ready for producction
> since it needs changes in Flex Compiler and in AS3 Commons ByteCode to get
> it work properly.
>
>
Hi there,

I'm the author of as3commons-bytecode. The only hurdle that a runtime AOP
implementation faced
was the fact that the entire SWF needs to be parsed in order to gather
enough information to
generate the proxies. This was pretty much as optimzied as possible, but
could still take a second
or two/three when parsing really large SWF's (blocking the UI for that
moment).
Since Falcon is now in the hands of the community, I suggest that folks
start looking into implementing
compile-time weaving, this is probably a more realistic avenue than the
runtime proxy approach.

just my .02 cents,

cheers,

Roland

Reply via email to