[Webkit-unassigned] [Bug 162980] [DOMJIT] Add DOMJITSignature

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


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

--- Comment #1 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Second one can be later extended to support DOM Binding interpreter.
It emits byte code instead of C++ native code. And it will be executed by DOM Binding interpreter.
While it does not pose any perf benefit (or it may cause some regression), it reduces amount of memory used for DOM binding native code.

-- 
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/b47f9630/attachment.html>


More information about the webkit-unassigned mailing list