Bug 16602

Summary: Remove unnecessary redundant check from property setting
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: JavaScriptCoreAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
do the read-only check more efficiently - 1.3% speedup oliver: review+

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