WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
239451
[JSC] PropertyTable should have compact mode
https://bugs.webkit.org/show_bug.cgi?id=239451
Summary
[JSC] PropertyTable should have compact mode
Yusuke Suzuki
Reported
2022-04-17 21:30:53 PDT
...
Attachments
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2022-04-17 21:31:10 PDT
I would try it when I have some time.
Yusuke Suzuki
Comment 2
2022-04-18 00:35:18 PDT
Idea is that, by using uint8_t index & uint8_t property-offset, we can make PropertyTable allocation compact. This is assuming that many of objects are not allocating 256 entries.
Yusuke Suzuki
Comment 3
2022-04-18 05:36:54 PDT
OK, created a patch, now testing.
Yusuke Suzuki
Comment 4
2022-04-18 20:37:38 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/312
Yusuke Suzuki
Comment 5
2022-04-21 22:42:20 PDT
Landed
https://commits.webkit.org/249881@main
(
r293210
)!
Radar WebKit Bug Importer
Comment 6
2022-04-21 22:43:14 PDT
<
rdar://problem/92144394
>
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