<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 - DFG CSE should know how to decay a MultiGetByOffset"
   href="https://bugs.webkit.org/show_bug.cgi?id=159859">bug 159859</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;">Assignee</td>
           <td>webkit-unassigned&#64;lists.webkit.org
           </td>
           <td>sbarati&#64;apple.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DFG CSE should know how to decay a MultiGetByOffset"
   href="https://bugs.webkit.org/show_bug.cgi?id=159859#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DFG CSE should know how to decay a MultiGetByOffset"
   href="https://bugs.webkit.org/show_bug.cgi?id=159859">bug 159859</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=159859#c2">comment #2</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=159859#c1">comment #1</a>)
&gt; &gt; Is MultiGetByOffset not dominated by a StructureCheck the way GetByOffset is?
&gt; 
&gt; It's not dominated by a CheckStructure.  The MultiGetByOffset does its own
&gt; structure check.
&gt; 
&gt; We want one switch statement that both checks that we have the structure we
&gt; want and loads the value.  CheckStructure with multiple structures in its
&gt; set will be a switch and MultiGetByOffset is always a switch (unless we
&gt; failed to strength-reduce a one-case MultiGetByOffset), so that would be two
&gt; switches.  That's not cool, because we can't guarantee that B3 will
&gt; jump-thread or tail-dup two switches in a row.  So, MultiGetByOffset is its
&gt; own check.</span >

Gotcha. I'll work on fixing this.</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>