Comment on New Actionscript compiler from AdobeComments−scotth14y> A function can be inlined when the following constraints are met:> ...> * The function does not contain any activationsDoes this mean that a function can't be inlined if it calls other functions?−strager14yActivations are closures, in AS3 compiler parlance.
Comments
> A function can be inlined when the following constraints are met:
> ...
> * The function does not contain any activations
Does this mean that a function can't be inlined if it calls other functions?
Activations are closures, in AS3 compiler parlance.