RESOLVED FIXED Bug 153599
Move attributes to the prototype for List types / and types with indexed/named property getters
https://bugs.webkit.org/show_bug.cgi?id=153599
Summary Move attributes to the prototype for List types / and types with indexed/name...
Chris Dumez
Reported 2016-01-28 10:27:20 PST
Move attributes to the prototype for List types / and types with indexed/named property getters. We used to keep them on the instance because: 1. Our GetOwnProperty lookup used to be in incorrect order for interfaces with indexed/named property getters. -> This was fixed recently and we now match the specification and other browsers. 2. This used to regress performance when iterating over those list types -> Local testing seems to show that this is no longer a regression (tested Speedometer and various related Bindings PerformanceTests).
Attachments
Patch (35.88 KB, patch)
2016-01-28 10:29 PST, Chris Dumez
no flags
Archive of layout-test-results from ews102 for mac-yosemite (1.24 MB, application/zip)
2016-01-28 14:24 PST, Build Bot
no flags
Patch (36.02 KB, patch)
2016-01-28 16:05 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-01-28 10:29:52 PST
Radar WebKit Bug Importer
Comment 2 2016-01-28 10:34:05 PST
Build Bot
Comment 3 2016-01-28 14:24:11 PST
Comment on attachment 270126 [details] Patch Attachment 270126 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/752198 New failing tests: imported/w3c/web-platform-tests/html/dom/interfaces.html
Build Bot
Comment 4 2016-01-28 14:24:16 PST
Created attachment 270146 [details] Archive of layout-test-results from ews102 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews102 Port: mac-yosemite Platform: Mac OS X 10.10.5
Chris Dumez
Comment 5 2016-01-28 16:05:31 PST
WebKit Commit Bot
Comment 6 2016-01-28 19:42:50 PST
Comment on attachment 270157 [details] Patch Clearing flags on attachment: 270157 Committed r195798: <http://trac.webkit.org/changeset/195798>
WebKit Commit Bot
Comment 7 2016-01-28 19:42:57 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.