[Webkit-unassigned] [Bug 219193] New: [JSC] inline the class field initializer when possible
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 19 22:45:35 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=219193
Bug ID: 219193
Summary: [JSC] inline the class field initializer when possible
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: xan.lopez at gmail.com
Right now both instance and static class fields are initialized using a synthetic function. The initial implementation uses it always, but we can inline it in many or even all cases.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201120/80d4d7e1/attachment.htm>
More information about the webkit-unassigned
mailing list