Bug 71428 - De-virtualize JSObject::className
Summary: De-virtualize JSObject::className
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: 70960
  Show dependency treegraph
 
Reported: 2011-11-02 18:28 PDT by Mark Hahnenberg
Modified: 2011-11-03 11:20 PDT (History)
1 user (show)

See Also:


Attachments
Patch (22.57 KB, patch)
2011-11-02 18:56 PDT, 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-02 18:28:54 PDT
We're de-virtualizing JSObject. className is a virtual method in JSObject.  Thus, we need to de-virtualize className.  We'll put it in the MethodTable.
Comment 1 Mark Hahnenberg 2011-11-02 18:56:25 PDT
Created attachment 113418 [details]
Patch
Comment 2 WebKit Review Bot 2011-11-03 11:20:25 PDT
Comment on attachment 113418 [details]
Patch

Clearing flags on attachment: 113418

Committed r99223: <http://trac.webkit.org/changeset/99223>
Comment 3 WebKit Review Bot 2011-11-03 11:20:29 PDT
All reviewed patches have been landed.  Closing bug.