Bug 219193 - [JSC] inline the class field initializer when possible
Summary: [JSC] inline the class field initializer when possible
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-11-19 22:45 PST by Xan Lopez
Modified: 2020-11-26 22:46 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>