I have not test the running improvement. But I can tell you that it slow down the build process significantly if you have many QML files. Every QML file will be converted to a cpp file which will be compiled, you know the C++ compiler is very slow.
On Thu, Nov 13, 2014 at 11:42 PM, Harri Pasanen <ha...@mpaja.com> wrote: > Hi, > > Are there benchmarks on how much start-up time is improved with the Qt > Quick compiler? > Say I have 10000 lines of QML on Android, any idea how many percent gets > shaved off the start-up time? > > Is the improvement identical across platforms, iOS, Android, desktop ...? > Is the compiler itself fast, will it slow down the build/deploy cycle > significantly? > > > > Curious, > > Harri > > > > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest > -- Regards, Fan Yang
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest