<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - LLInt should support other types of prototype GetById caching."
   href="https://bugs.webkit.org/show_bug.cgi?id=158083#c109">Comment # 109</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - LLInt should support other types of prototype GetById caching."
   href="https://bugs.webkit.org/show_bug.cgi?id=158083">bug 158083</a>
              from <span class="vcard"><a class="email" href="mailto:ticaiolima&#64;gmail.com" title="Caio Lima &lt;ticaiolima&#64;gmail.com&gt;"> <span class="fn">Caio Lima</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=158083#c108">comment #108</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=283306&amp;action=diff" name="attach_283306" title="Patch">attachment 283306</a> <a href="attachment.cgi?id=283306&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=283306&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=283306&amp;action=review</a>
&gt; 
&gt; &gt; Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm:1478
&gt; &gt; +        loadEncodedThisValue(t3, a1)
&gt; &gt; +        push t5, cfr
&gt; &gt; +        loadp 20[PC], t5
&gt; &gt; +        # Inlining the GetValueFunc call
&gt; &gt; +        move t2, a3 # Load arg2 PropertyName
&gt; &gt; +        if BIG_ENDIAN
&gt; &gt; +            move a1, a2 # Load arg1 Payload of EncodedJSValue
&gt; &gt; +            move CellTag, a1 # Load arg1 Tag of EncodedJSValue
&gt; &gt; +        else
&gt; &gt; +            move CellTag, a2 # Load arg1 Tag of EncodedJSValue
&gt; &gt; +        end
&gt; &gt; +        move cfr, a0 # Loading exec
&gt; &gt; +        cCall4(t5)
&gt; 
&gt; Looks good. Although I still think you need to handle the EABI. For the EABI
&gt; you'll need to push the PropertyName onto the stack put the EncodedJSValue
&gt; into r2-r3. r1 should be empty.</span >

Thank you to inform me about it. Which architectures use EABI? I suppose ARM, but I would like to be sure before send a new patch. Also, do you mind point me where you found this information?

<span class="quote">&gt; &gt; Source/JavaScriptCore/llint/LowLevelInterpreter64.asm:1322
&gt; &gt; +macro loadEncodedThisValue(baseValue, dest)
&gt; &gt; +   loadpFromInstruction(6, dest)
&gt; &gt; +   bineq 0, dest, .loadEncodedThisValueDone
&gt; &gt; +   move baseValue, dest
&gt; &gt; +   .loadEncodedThisValueDone:
&gt; &gt; +end
&gt; 
&gt; I think this should be bpneq. bineq only compares the low 32 bits. Also, You
&gt; could move it to LowLevelInterpreter.asm</span >

Nice catch, Thanks!</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>