[Webkit-unassigned] [Bug 162978] [DOMJIT] Support slow path call

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 5 10:49:10 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=162978

--- Comment #1 from Yusuke Suzuki <utatane.tea at gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161005/fc850218/attachment.html>


More information about the webkit-unassigned mailing list