| Label |
QML just-in-time compiler |
| Section |
QML |
| Description |
Provides a JIT for QML and JavaScript |
| Condition |
(arch.i386 && tests.pointer_32bit && sse2)
|| (arch.x86_64 && tests.pointer_64bit && sse2)
|| (arch.arm && tests.pointer_32bit && tests.arm_fp && tests.arm_thumb
&& (config.linux || config.ios || config.tvos || config.qnx))
|| (arch.arm64 && tests.pointer_64bit && tests.arm_fp
&& (config.linux || config.ios || config.tvos || config.qnx || config.integrity)) |
| Location |
/qtdeclarative/src/qml/configure.json |