<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [DOMJIT] Support slow path call"
href="https://bugs.webkit.org/show_bug.cgi?id=162978#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [DOMJIT] Support slow path call"
href="https://bugs.webkit.org/show_bug.cgi?id=162978">bug 162978</a>
from <span class="vcard"><a class="email" href="mailto:utatane.tea@gmail.com" title="Yusuke Suzuki <utatane.tea@gmail.com>"> <span class="fn">Yusuke Suzuki</span></a>
</span></b>
<pre>If we expose variadic template-ed slow path generator that calls DFG / FTL slow path generators, it exposes almost all the DFG and FTL.
For example, I tested the above design. And I ends up with exposing DFGSpeculativeJIT! That's bad.
Instead, I'll take callOperation like design. We list up necessary calls in DFGSlowPathCall.h. And it will invoke DFG / FTL's appropriate functionality in DFGSlowPathCall.cpp.</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>