<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ASSERTION FAILED: offset == static_cast&lt;int32_t&gt;(offset) with useLLInt=false and useJIT=false"
   href="https://bugs.webkit.org/show_bug.cgi?id=144921#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ASSERTION FAILED: offset == static_cast&lt;int32_t&gt;(offset) with useLLInt=false and useJIT=false"
   href="https://bugs.webkit.org/show_bug.cgi?id=144921">bug 144921</a>
              from <span class="vcard"><a class="email" href="mailto:basile_clement&#64;apple.com" title="Basile Clement &lt;basile_clement&#64;apple.com&gt;"> <span class="fn">Basile Clement</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=144921#c3">comment #3</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=144921#c2">comment #2</a>)
&gt; &gt; (In reply to <a href="show_bug.cgi?id=144921#c1">comment #1</a>)
&gt; &gt; &gt; With --useJIT=false, I wonder why we're JITing code.
&gt; &gt; 
&gt; &gt; Indeed...
&gt; &gt; Looks like the culprit is around line 340 in runtime/Executable.cpp:
&gt; &gt; 
&gt; &gt; 339     if (Options::useLLInt())
&gt; &gt; 340         setupLLInt(vm, codeBlock.get());
&gt; &gt; 341     else
&gt; &gt; 342         setupJIT(vm, codeBlock.get());
&gt; 
&gt; If both useJIT and useLLInt are false, we don't have a path to execute JS. 
&gt; We should add an early check that at least one of these options is true and
&gt; fail if not.</span >

OK that makes sense ; I was not sure it was the case. I will put up a patch for failing early when both of those are false.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>