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
Note You need to log in before you can comment on or make changes to this bug.