Does the compiled code get recompiled during runtime to machine code (like a JIT compiler) or does it get interpreted?

Some Adobe presentation on the subjet was saying that all the code get JIT'ed, except the $iinit and $cinit functions which are the one defining the classes and initializing their static variables.

I just read that the other day and was wondering why?

Personally I cant really think of why constructors and initialization should be interpreted and not JIT'ed but im sure someone can think of good reasons.

this is the paper if anyone is interested :

http://www.onflex.org/ACDS/AS3TuningInsideAVM2JIT.pdf


thanks,

Martin
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to