I have some question about quickcompiler impact on qmlbench (https://code.qt.io/cgit/qt-labs/qmlbench.git/about/).

1. I tried to add
CONFIG += qtquickcompiler option to src/src.pro (qmlbench app) file
After that all QML & JS files which enumerated in qmlbench.qrc file was compiled to CPP code as expected.
2. I checked: qmlbench application with benchmarks/manual/v8bench but result the same as for qmlbench without qtquickcompiler option.
3. I checked that v8bench used 3dparty/v8-bench.js file and this file was compiled to CPP.
4. All compiled files loaded with CachedLoader as expected.

Could you please let me know why I have no any performance improvements after quickcompiler apply?


Best Regards,

Valery Volgutov



_______________________________________________
Development mailing list
[email protected]
https://lists.qt-project.org/listinfo/development

Reply via email to