<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:sbarati&#64;apple.com" title="Saam Barati &lt;sbarati&#64;apple.com&gt;"> <span class="fn">Saam Barati</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] Handle parseInt in DFG / FTL for kraken crypto-ccm"
   href="https://bugs.webkit.org/show_bug.cgi?id=167119">bug 167119</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>sbarati&#64;apple.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] Handle parseInt in DFG / FTL for kraken crypto-ccm"
   href="https://bugs.webkit.org/show_bug.cgi?id=167119#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] Handle parseInt in DFG / FTL for kraken crypto-ccm"
   href="https://bugs.webkit.org/show_bug.cgi?id=167119">bug 167119</a>
              from <span class="vcard"><a class="email" href="mailto:sbarati&#64;apple.com" title="Saam Barati &lt;sbarati&#64;apple.com&gt;"> <span class="fn">Saam Barati</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=167119#c0">comment #0</a>)
<span class="quote">&gt; kraken crypto-ccm repeatedly calls parseInt function.
&gt; I think we have a chance to optimize it by handling it in DFG, because
&gt; 
&gt; 1. typically the second `radix` parameter is constant! We typically call it
&gt; in the form like `parseInt(xxx, 10)`. So in that case, many checks can be
&gt; dropped.
&gt; 2. typically the first parameter is string. We can use StringUse to avoid
&gt; string type check &amp; conversions in parseInt function.</span >

I was looking at this too last Friday!

Some more details, for Kraken specifically:
- Radix is always (almost) the number 16
- String is always a rope (I think a substring style rope)</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>