99b4d1576f
Two changes needed to enable Qt6 QML V4 JIT on Redox: 1. -DQT_FEATURE_qml_jit=ON (was OFF) 2. sed patch adding Q_OS_REDOX to qv4assemblercommon_p.h X86_64 SysV list Without #2, the JIT PlatformAssemblerBase typedef is never defined for Redox, causing Address/RegisterID/Jump type errors during compilation.