RESOLVED FIXED 16602
Remove unnecessary redundant check from property setting
https://bugs.webkit.org/show_bug.cgi?id=16602
Summary Remove unnecessary redundant check from property setting
Maciej Stachowiak
Reported 2007-12-25 04:48:35 PST
Setting JS properties does an unnecessary redundant check; the checking can be done as part of writing to the PropertyMap.
Attachments
do the read-only check more efficiently - 1.3% speedup (2.51 KB, patch)
2007-12-25 04:51 PST, Maciej Stachowiak
oliver: review+
Maciej Stachowiak
Comment 1 2007-12-25 04:51:20 PST
Created attachment 18106 [details] do the read-only check more efficiently - 1.3% speedup
Note You need to log in before you can comment on or make changes to this bug.