Bug 205877
| Summary: | [JSC] Reduce size of Objective-C symbol strings | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
| Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 205880 | ||
Yusuke Suzuki
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |