On Thu, Jul 13, 2017 at 4:54 AM, Phil Bouchard <[email protected]> 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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
