On Wed, Jul 30, 2008 at 11:02 PM, Juan Pablo Califano
<[EMAIL PROTECTED]> wrote:
> Check these slides:
>
> http://www.onflex.org/ACDS/AS3TuningInsideAVM2JIT.pdf
>
> >From page 43:
>
> * We make a simple "hotspot"-like decision about whether to interpret or JIT
> * Initialization functions ($init, $cinit) are interpreted
> * Everything else is JIT
> * Upshot: Don't put performance-intensive code in class initialization

Thanks for the link, but I was hoping for something more specific,
like an article that explains when the compilation happens. For
example, a method could be compiled initially, when it first runs, or
each time it gets called.

I'm just curious, it's not important to know.

Mark
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to