<table><tr><td style="">cullmann added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D8544" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p>In Qt 5.6.0 it was already:</p>

<p>static const bool forceMoth = !qEnvironmentVariableIsEmpty("QV4_FORCE_INTERPRETER");</p>

<p>in Qt 5.7.0 it is:</p>

<p>static const bool forceMoth = !qEnvironmentVariableIsEmpty("QV4_FORCE_INTERPRETER") ||</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">!OSAllocator::canAllocateExecutableMemory();</pre></div>

<p>The warning</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">if (jitDisabled) {
         qWarning("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.");
     }</pre></div>

<p>is not guarded with the static, just with !factory, perhaps that can occur multiple times.<br />
In any case, the setting is fixed after the first call of ExecutionEngine::ExecutionEngine.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R39 KTextEditor</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D8544" rel="noreferrer">https://phabricator.kde.org/D8544</a></div></div><br /><div><strong>To: </strong>rjvbb, Frameworks<br /><strong>Cc: </strong>cullmann, kde-frameworks-devel, kevinapavew, demsking, head7, kfunk, sars, dhaumann<br /></div>