Bug 71933 - De-virtualize JSVariableObject::isDynamicScope
Summary: De-virtualize JSVariableObject::isDynamicScope
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:51 PST by Mark Hahnenberg
Modified: 2011-11-09 15:22 PST (History)
1 user (show)

See Also:


Attachments
Patch (8.93 KB, patch)
2011-11-09 13:34 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:51:45 PST
On the path to de-virtualizing the JSCell hierarchy, we come to isDynamicScope.  This can be de-virtualized by using the type info contained in Structure.
Comment 1 Mark Hahnenberg 2011-11-09 13:34:33 PST
Created attachment 114356 [details]
Patch
Comment 2 Geoffrey Garen 2011-11-09 14:22:17 PST
Comment on attachment 114356 [details]
Patch

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

Clearing flags on attachment: 114356

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