Bug 16602 - Remove unnecessary redundant check from property setting
Summary: Remove unnecessary redundant check from property setting
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P3 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-25 04:48 PST by Maciej Stachowiak
Modified: 2007-12-25 15:10 PST (History)
0 users

See Also:


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+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 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.
Comment 1 Maciej Stachowiak 2007-12-25 04:51:20 PST
Created attachment 18106 [details]
do the read-only check more efficiently - 1.3% speedup