<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ossy&#64;webkit.org" title="Csaba Osztrogonác &lt;ossy&#64;webkit.org&gt;"> <span class="fn">Csaba Osztrogonác</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ARM] Typo fix after r121885"
   href="https://bugs.webkit.org/show_bug.cgi?id=160288">bug 160288</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>fpizlo&#64;apple.com, zherczeg&#64;webkit.org
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>[ARM] REGRESSION(r203786): ASSERTION FAILED: static_cast&lt;ptrdiff_t&gt;(inlineSize) &lt;= MacroAssembler::maxJumpReplacementSize()
           </td>
           <td>[ARM] Typo fix after r121885
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Blocks</td>
           <td>160110
           </td>
           <td>90198
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ARM] Typo fix after r121885"
   href="https://bugs.webkit.org/show_bug.cgi?id=160288#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ARM] Typo fix after r121885"
   href="https://bugs.webkit.org/show_bug.cgi?id=160288">bug 160288</a>
              from <span class="vcard"><a class="email" href="mailto:ossy&#64;webkit.org" title="Csaba Osztrogonác &lt;ossy&#64;webkit.org&gt;"> <span class="fn">Csaba Osztrogonác</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=160288#c1">comment #1</a>)
<span class="quote">&gt; inlineSize = 4
&gt; MacroAssembler::maxJumpReplacementSize() = 2</span >

No, MacroAssembler::maxJumpReplacementSize() = 0.
It is a 4 years old typo - <a href="https://trac.webkit.org/changeset/121885/trunk/Source/JavaScriptCore/assembler/MacroAssemblerARM.h">https://trac.webkit.org/changeset/121885/trunk/Source/JavaScriptCore/assembler/MacroAssemblerARM.h</a>

It's strange that we didn't use maxJumpReplacementSize() for anything in 4 years.</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>