Bug 219193

Summary: [JSC] inline the class field initializer when possible
Product: WebKit Reporter: Xan Lopez <xan.lopez>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ticaiolima, webkit-bug-importer, xan.lopez, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Xan Lopez 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.
Comment 1 Radar WebKit Bug Importer 2020-11-26 22:46:16 PST
<rdar://problem/71758682>