Em quinta-feira, 5 de janeiro de 2017, às 07:26:52 CST, Phil Bouchard escreveu: > > AFAIU QtQuickCompiler has nothing to do with memory management, its main > > purpose is reduction of start up time and obfuscation of sources. > > Ok I assumed that execution time would be affected because the code is > compiled.
The code is compiled anyway. The difference is only *when* it is compiled: at release time of your application or when your user launches it (JIT). JIT = Just Too Late (because it will start compiling the moment you need it) -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
