On Sat May 07, 2022 at 08:50:45AM +0100, Stuart Henderson wrote: > On 2022/05/07 00:08, Rafael Sadowski wrote: > > CVSROOT: /cvs > > Module name: ports > > Changes by: [email protected] 2022/05/07 00:08:10 > > > > Modified files: > > x11/qt5/qtdeclarative: Makefile > > Added files: > > x11/qt5/qtdeclarative/patches: patch-src_qml_configure_json > > > > Log message: > > Disable QML just-in-time compiler > > > > Makes it a little slower but safer > > I thought it wasn't getting enabled anyway, just testing if W+X worked > and disabling the JIT anyway?
>From my understanding it was always ON. And some QML applications require wxallowed otherwise the JIT will crash at runtime. That's why we have USE_WXNEEDED in some QML apps, right? This should only allow many more QML apps to runs without wxallowed. Or am I on the wrong track here. Hope not! > > If that's the case it's basically a noop for most users, just fixes > things for those who fiddled with the wxabort knob. >
