<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><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> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - JavaScriptCore LLInt crash with VS2015RC"
   href="https://bugs.webkit.org/show_bug.cgi?id=147123">bug 147123</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>msaboff&#64;apple.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - JavaScriptCore LLInt crash with VS2015RC"
   href="https://bugs.webkit.org/show_bug.cgi?id=147123#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - JavaScriptCore LLInt crash with VS2015RC"
   href="https://bugs.webkit.org/show_bug.cgi?id=147123">bug 147123</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>Please provide the webkit SVN revision that you are experiencing the problem.  That way we can look at the source for LowLevelInterpreter files and correlate the line numbers.

Saying that, it looks like you are in the &quot;doCall()&quot; macro in LowLevelInterpreter64.asm which includes the &quot;callTargetFunction()&quot; macro in LowLevelInterpreter.asm.  That macro includes the line
    call LLIntCallLinkInfo::machineCodeTarget[callLinkInfo]
which I believe is where you are crashing.  What are the details of the crash as far as type, register contents, etc?  Are we trying to access a bad address, jump to a non-existent address or something else?</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>