[Webkit-unassigned] [Bug 162544] New: [Binding] Introducing DOM binding JIT
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 26 00:10:29 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162544
Bug ID: 162544
Summary: [Binding] Introducing DOM binding JIT
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Bindings
Assignee: webkit-unassigned at lists.webkit.org
Reporter: utatane.tea at gmail.com
CC: cdumez at apple.com
Some DOM operations are very tiny operation. For example, firstChild just looks up the stored member from Node*.
In these cases, DOM binding code itself occupies large part of execution time.
We would like to optimize DOM binding further by implementing DOM binding code in special IR.
And this IR will be handled in JSC DFG, and they should be correctly inlined.
--
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/20160926/e7086a36/attachment-0001.html>
More information about the webkit-unassigned
mailing list