<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - op_get_by_id_with_this should use inline caching"
   href="https://bugs.webkit.org/show_bug.cgi?id=162124#c60">Comment # 60</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - op_get_by_id_with_this should use inline caching"
   href="https://bugs.webkit.org/show_bug.cgi?id=162124">bug 162124</a>
              from <span class="vcard"><a class="email" href="mailto:utatane.tea&#64;gmail.com" title="Yusuke Suzuki &lt;utatane.tea&#64;gmail.com&gt;"> <span class="fn">Yusuke Suzuki</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=297746&amp;action=diff" name="attach_297746" title="Patch Updated">attachment 297746</a> <a href="attachment.cgi?id=297746&amp;action=edit" title="Patch Updated">[details]</a></span>
Patch Updated

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=297746&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=297746&amp;action=review</a>

<span class="quote">&gt;&gt; Source/JavaScriptCore/bytecode/PolymorphicAccess.cpp:971
&gt;&gt; +                GPRReg baseForCustomGetGPR = baseGPR != thisGPR ? thisGPR : baseForGetGPR;
&gt; 
&gt; Is this correct? Does DOMJIT expect the property holder or the receiver? This is a good question for Yusuke.</span >

DOMJIT custom getter assumes that the base value should be the DOM object.
So it is imcompatible with op_get_by_id_with_this.
For now, you can drop the DOMJIT acceleration support for `baseGPR != thisGPR` case.</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>