<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 - [JSC] Clean up callOperation APIs"
   href="https://bugs.webkit.org/show_bug.cgi?id=163099">bug 163099</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;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>sbarati&#64;apple.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] Clean up callOperation APIs"
   href="https://bugs.webkit.org/show_bug.cgi?id=163099#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [JSC] Clean up callOperation APIs"
   href="https://bugs.webkit.org/show_bug.cgi?id=163099">bug 163099</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=163099#c0">comment #0</a>)
<span class="quote">&gt; From Saam's idea. <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [DOMJIT] Support slow path call"
   href="show_bug.cgi?id=162978#c3">https://bugs.webkit.org/show_bug.cgi?id=162978#c3</a>
&gt; 
&gt; class Call {
&gt;       struct Argument {
&gt;               Argument(GPRReg);
&gt;               Argument(JSValueRegs);
&gt;               Argument(immediate type: int32/int64/pointer); 
&gt;       }
&gt;       Type m_resultType;
&gt;       Vector&lt;Arguments&gt; m_arguments;
&gt;       FunctionPtr m_function;
&gt; };
&gt; 
&gt; and then have a function like:
&gt; setupCallWithExecState(const Call&amp; call);
&gt; 
&gt; And API should correctly construct the frame according to Vector&lt;Arguments&gt;.</span >

Thinking about it more, we'd probably want to encode if the first argument is ExecState or not since we have some operations that don't take ExecState</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>