Bug 194692

Summary: [JSC] Compact PropertyTable
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2019-02-14 23:13:39 PST
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
Note You need to log in before you can comment on or make changes to this bug.