Bug 197625

Summary: [JSC] FunctionExecutable::RareData pointer can be used to put the other data.
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2019-05-06 13:38:32 PDT
union { std::unique_ptr<RareData> m_rareData; ... Some Data ... }; And once rare data is allocated, we can move "Some Data" inside RareData.
Attachments
Note You need to log in before you can comment on or make changes to this bug.