[Development] Qt 5.9's new garbage collector documentation? + root_ptr

Thiago Macieira thiago.macieira at intel.com
Mon Jul 10 23:08:47 CEST 2017


On segunda-feira, 10 de julho de 2017 11:56:07 PDT Phil Bouchard wrote:
> Phil Bouchard <philippeb8 at gmail.com> wrote:
> > BTW converting Javascript into C++ seems very easy to do
> 
> In fact, is it me or it would seem that:
> - converting the Javascript code into C++ on-the-fly
> - compiling the resulting C++ code
> 
> Would be a more efficient alternative than all these JIT tools?

No. That would require having a C++ compiler with all the dependent libraries 
on every user's device.

You must run the JS as provided and interact with the plugins as they exist 
today.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list