[Webkit-unassigned] [Bug 222518] Reduce compile time and binary size cost of enabling proper CSSStyleDeclaration property access behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 27 14:38:55 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=222518

--- Comment #1 from Sam Weinig <sam at webkit.org> ---
A very simple idea, but with a runtime cost (though unlikely a runtime regression from the legacy code currently in the build, we should test) would be to replace all the getter / setters implementations with a single pair that re-lookup the name. Unfortunately, it seems only getters are passed their name in the callback, so at best (without making changes to JSC) we only be able to replace half the functions.

-- 
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/20210227/b8348b33/attachment.htm>


More information about the webkit-unassigned mailing list