Bug 194692
Summary: | [JSC] Compact PropertyTable | ||
---|---|---|---|
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
Rough idea. Currently, we have unsigned index arrays in PropertyTable to keep insertion order. But unsigned index is too large for the typical property table.
Can we use uint8_t while the property table is small?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |