<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [mips] YarrJIT: implement generateEnter() and generateReturn()"
   href="https://bugs.webkit.org/show_bug.cgi?id=153457#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [mips] YarrJIT: implement generateEnter() and generateReturn()"
   href="https://bugs.webkit.org/show_bug.cgi?id=153457">bug 153457</a>
              from <span class="vcard"><a class="email" href="mailto:guijemont&#64;igalia.com" title="Guillaume Emont &lt;guijemont&#64;igalia.com&gt;"> <span class="fn">Guillaume Emont</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=153457#c5">comment #5</a>)
<span class="quote">&gt; Is this change really necessary? AFAIK, there is no need to have such a
&gt; prologue/epilogue in YarrJIT.</span >

Indeed, I am starting to doubt it myself. It seems that o32 only requires a function to create a callframe if it saves stuff on the stack or calls another function. YarrJIT does not seem to call any function, and since it doesn't use any callee-saved register, I think we don't need to create a stack frame here (i.e. we don't need this patch).</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>