NEW197625
[JSC] FunctionExecutable::RareData pointer can be used to put the other data.
https://bugs.webkit.org/show_bug.cgi?id=197625
Summary [JSC] FunctionExecutable::RareData pointer can be used to put the other data.
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.