The same QML program run on Freescale/Yocto and Raspberry/Raspbian, these two test devices have almost same CPU armv7
. But the Raspbain side had very bad performance. and give this warning
JIT is disabled for QML. Property bindings and animations will be very slow.
Visit https://wiki.qt.io/V4 to learn about possible solutions for your platform.
Even simple QML example also gives that. So to enable JIT, do I have to rebuild the Qt environment? or it's a bug of Raspbain platform.
You must rebuild Qt to get full eglfs or X11/openGL features and crosscompiling features
I found the solution to improve the performance: Enable OpenGL driver solved the problem.
raspi-config
Advanced Options
GL Driver
GL(Full KMS)
Now working well, but still get the
JIT
warning.