Bug 71306 - De-virtualize JSObject::getPropertyNames
Summary: De-virtualize JSObject::getPropertyNames
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-01 11:07 PDT by Mark Hahnenberg
Modified: 2011-11-03 18:34 PDT (History)
3 users (show)

See Also:


Attachments
Patch (28.60 KB, patch)
2011-11-01 16:12 PDT, Mark Hahnenberg
darin: review+
webkit-ews: commit-queue-
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-01 11:07:40 PDT
We're de-virtualizing JSObject. getPropertyNames is a virtual method in JSObject.  Thus, we need to de-virtualize getPropertyNames.  We'll put it in the MethodTable.
Comment 1 Mark Hahnenberg 2011-11-01 16:12:55 PDT
Created attachment 113249 [details]
Patch
Comment 2 Early Warning System Bot 2011-11-01 16:46:43 PDT
Comment on attachment 113249 [details]
Patch

Attachment 113249 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/10257092
Comment 3 Mark Hahnenberg 2011-11-03 18:34:19 PDT
Committed r99256: <http://trac.webkit.org/changeset/99256>