Bug 195287
| Summary: | [JSC] Revisit rope threshold | ||
|---|---|---|---|
| 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 | ||
Yusuke Suzuki
sizeof(JSString) and sizeof(JSRopeString) become smaller. And we should revisit the rope threshold.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
Let's take a closer look. We may get rather Speedometer improvement if we handle this and sizeof(JSString) thing nicely (currently, sizeof(JSString) patch cancels improvement with regression => neutral).