<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#c3">Comment # 3</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:msaboff&#64;apple.com" title="Michael Saboff &lt;msaboff&#64;apple.com&gt;"> <span class="fn">Michael Saboff</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=144921#c2">comment #2</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=144921#c1">comment #1</a>)
&gt; &gt; With --useJIT=false, I wonder why we're JITing code.
&gt; 
&gt; Indeed...
&gt; Looks like the culprit is around line 340 in runtime/Executable.cpp:
&gt; 
&gt; 339     if (Options::useLLInt())
&gt; 340         setupLLInt(vm, codeBlock.get());
&gt; 341     else
&gt; 342         setupJIT(vm, codeBlock.get());</span >

If both useJIT and useLLInt are false, we don't have a path to execute JS.  We should add an early check that at least one of these options is true and fail if not.</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>