Bug 71934 - De-virtualize JSGlobalObject::hasOwnPropertyForWrite
Summary: De-virtualize JSGlobalObject::hasOwnPropertyForWrite
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 10:53 PST by Mark Hahnenberg
Modified: 2011-11-09 15:15 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.68 KB, patch)
2011-11-09 13:18 PST, Mark Hahnenberg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2011-11-09 10:53:50 PST
This function has no subclasses which override it, so we can safely de-virtualize it.
Comment 1 Mark Hahnenberg 2011-11-09 13:18:27 PST
Created attachment 114352 [details]
Patch
Comment 2 Geoffrey Garen 2011-11-09 14:21:27 PST
Comment on attachment 114352 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2011-11-09 15:15:11 PST
Comment on attachment 114352 [details]
Patch

Clearing flags on attachment: 114352

Committed r99767: <http://trac.webkit.org/changeset/99767>
Comment 4 WebKit Review Bot 2011-11-09 15:15:16 PST
All reviewed patches have been landed.  Closing bug.