Bug 71933

Summary: De-virtualize JSVariableObject::isDynamicScope
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.