NEW 219193
[JSC] inline the class field initializer when possible
https://bugs.webkit.org/show_bug.cgi?id=219193
Summary [JSC] inline the class field initializer when possible
Xan Lopez
Reported 2020-11-19 22:45:35 PST
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2020-11-26 22:46:16 PST
Note You need to log in before you can comment on or make changes to this bug.