NEW 227216
[JSC] Templatize HashTable and CompactHashIndex to reduce binary size
https://bugs.webkit.org/show_bug.cgi?id=227216
Summary [JSC] Templatize HashTable and CompactHashIndex to reduce binary size
Alexey Shvayka
Reported 2021-06-21 08:40:58 PDT
Reduce binary size by using int8_t sized values can be used for small tables. Also, try to utilize all the integer range, rather than -1 .. 127.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-06-28 08:41:16 PDT
Note You need to log in before you can comment on or make changes to this bug.