WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
197625
[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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug