<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:sbarati@apple.com" title="Saam Barati <sbarati@apple.com>"> <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>
</td>
<td>sbarati@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@apple.com" title="Saam Barati <sbarati@apple.com>"> <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">> 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>
>
> class Call {
> struct Argument {
> Argument(GPRReg);
> Argument(JSValueRegs);
> Argument(immediate type: int32/int64/pointer);
> }
> Type m_resultType;
> Vector<Arguments> m_arguments;
> FunctionPtr m_function;
> };
>
> and then have a function like:
> setupCallWithExecState(const Call& call);
>
> And API should correctly construct the frame according to Vector<Arguments>.</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>