Bug 21965 - Remove direct use of PropertyMap
Summary: Remove direct use of PropertyMap
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 18:40 PDT by Sam Weinig
Modified: 2008-10-29 20:26 PDT (History)
0 users

See Also:


Attachments
patch (13.45 KB, patch)
2008-10-29 18:44 PDT, Sam Weinig
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2008-10-29 18:40:56 PDT
Direct usage of the PropertyMap should be removed and instead use accessors on StructureID.
Comment 1 Sam Weinig 2008-10-29 18:44:12 PDT
Created attachment 24764 [details]
patch
Comment 2 Sam Weinig 2008-10-29 18:44:28 PDT
No perf change.
Comment 3 Oliver Hunt 2008-10-29 19:43:41 PDT
Comment on attachment 24764 [details]
patch

r=me, assuming perf is good
Comment 4 Sam Weinig 2008-10-29 20:26:40 PDT
Fixed in r37989