[Development] Proposal for "container-oriented deterministic memory manager"

Thiago Macieira thiago.macieira at intel.com
Thu Jan 5 14:57:54 CET 2017


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




More information about the Development mailing list