WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
194692
[JSC] Compact PropertyTable
https://bugs.webkit.org/show_bug.cgi?id=194692
Summary
[JSC] Compact PropertyTable
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug