Constructor

From ActionScriptWiki

Jump to: navigation, search

Code inside the constructor is not optimized by the Just-in-time compiler (JIT). To use JIT optimized code there is the possibility to call a function out of the constructor. The code inside that function is then optimized again.

Personal tools