[Webkit-unassigned] [Bug 163224] New: [DOMJIT] DOMJIT::Patchpoint should have a way to receive constant folded arguments
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 10 11:02:56 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163224
Bug ID: 163224
Summary: [DOMJIT] DOMJIT::Patchpoint should have a way to
receive constant folded arguments
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: utatane.tea at gmail.com
DOMJIT::Patchpoint for CallDOM takes JSGlobalObject to use it when creating wrapper object.
Currently, DOMJIT::Patchpoint always receives it as GPRReg. However, sometimes, we can get a constant value for that (I'm now assuming `document.getElementById("...")`)
In that case, we can emit more efficient code since we can drop some of checks ("World is normal" check).
--
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/20161010/4cb41c54/attachment.html>
More information about the webkit-unassigned
mailing list