[Webkit-unassigned] [Bug 258660] private class members are much, much slower than public members
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 2 01:04:41 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=258660
--- Comment #2 from Rob Palmer <rob.palmer2 at gmail.com> ---
I can replicate these numbers on my M1 Macbook Air using latest STP. The performance drop for native private fields is greater in JSC than V8.
Safari TP #private fields: 35 ops/sec
Safari TP public fields: 632 ops/sec
Chome Canary #private fields: 62 ops/sec
Chome Canary public fields: 107 ops/sec
This is surprising.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230802/027380b3/attachment.htm>
More information about the webkit-unassigned
mailing list