<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - At an OSR exit, FTL should select from all legal exit origins based on which one involves the least live state"
   href="https://bugs.webkit.org/show_bug.cgi?id=152160#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - At an OSR exit, FTL should select from all legal exit origins based on which one involves the least live state"
   href="https://bugs.webkit.org/show_bug.cgi?id=152160">bug 152160</a>
              from <span class="vcard"><a class="email" href="mailto:fpizlo&#64;apple.com" title="Filip Pizlo &lt;fpizlo&#64;apple.com&gt;"> <span class="fn">Filip Pizlo</span></a>
</span></b>
        <pre>To address <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - B3 should strength-reduce the shifting madness that happens in asm.js memory accesses"
   href="show_bug.cgi?id=152106">https://bugs.webkit.org/show_bug.cgi?id=152106</a>, we want to ensure that if we have:

a: BitRShift(&#64;address, 2)
b: CheckInBounds(&#64;address, &#64;length)

Then we usually exit to before &#64;a, since &#64;b is likely to require both &#64;address and &#64;a to be live while &#64;a won't need itself. Unless &#64;address dies at &#64;a, &#64;a will have one fewer live things than &#64;b.</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>