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

Sérgio Martins iamsergio at gmail.com
Thu Jul 13 14:11:34 CEST 2017


On Thu, Jul 13, 2017 at 4:54 AM, Phil Bouchard <philippeb8 at gmail.com> wrote:
> Anyway I'm deviating from QNodePtr but I just don't understand the hype
> about JIT when it doesn't seem it has been compared to a Javascript compiler
> because none exists up to now.

That's precisely the biggest advantage of JIT: It exists, while js2cpp
doesn't (or at least in a usable form for us).

The problem is that JavaScript is a "do whatever you want" type of
language, which doesn't translate well to C++.

Regards,
Sergio Martins



More information about the Development mailing list