Bug 67902 - De-virtualize JSCell::isGetterSetter, type information is available for it
Summary: De-virtualize JSCell::isGetterSetter, type information is available for it
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks: 67690
  Show dependency treegraph
 
Reported: 2011-09-10 22:38 PDT by Sam Weinig
Modified: 2011-09-14 17:17 PDT (History)
0 users

See Also:


Attachments
Patch (3.48 KB, patch)
2011-09-10 22:40 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (4.21 KB, patch)
2011-09-11 13:17 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Patch (4.85 KB, patch)
2011-09-11 13:20 PDT, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2011-09-10 22:38:44 PDT
De-virtualize JSCell::isGetterSetter, type information is available for it
Comment 1 Sam Weinig 2011-09-10 22:40:09 PDT
Created attachment 106999 [details]
Patch
Comment 2 WebKit Review Bot 2011-09-10 23:45:31 PDT
Comment on attachment 106999 [details]
Patch

Attachment 106999 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/9639267
Comment 3 WebKit Review Bot 2011-09-11 00:44:28 PDT
Comment on attachment 106999 [details]
Patch

Attachment 106999 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/9635406
Comment 4 Sam Weinig 2011-09-11 13:17:20 PDT
Created attachment 107005 [details]
Patch
Comment 5 Sam Weinig 2011-09-11 13:20:10 PDT
Created attachment 107006 [details]
Patch
Comment 6 Sam Weinig 2011-09-11 14:44:36 PDT
Committed r94930: <http://trac.webkit.org/changeset/94930>