NEW205877
[JSC] Reduce size of Objective-C symbol strings
https://bugs.webkit.org/show_bug.cgi?id=205877
Summary [JSC] Reduce size of Objective-C symbol strings
Yusuke Suzuki
Reported 2020-01-07 12:07:25 PST
I've found that JSC::VM& is included in types in Objective-C and it bloats binary since Objective-C symbol tables support reflection: which means, strings are included in binary.
Attachments
Note You need to log in before you can comment on or make changes to this bug.