RESOLVED FIXED135519
Many DOM objects have InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero for no reason.
https://bugs.webkit.org/show_bug.cgi?id=135519
Summary Many DOM objects have InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZ...
Andreas Kling
Reported 2014-08-01 14:42:36 PDT
We shouldn't set this structure flag for DOM objects that don't even intercept getOwnPropertySlotByIndex.
Attachments
Patch (5.77 KB, patch)
2014-08-01 14:43 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2014-08-01 14:43:59 PDT
Geoffrey Garen
Comment 2 2014-08-01 15:24:35 PDT
Comment on attachment 235904 [details] Patch r=me Does this make a benchmark or some other test case faster?
Andreas Kling
Comment 3 2014-08-01 15:47:33 PDT
(In reply to comment #2) > (From update of attachment 235904 [details]) > r=me > > Does this make a benchmark or some other test case faster? None that I know of. We could make one.
WebKit Commit Bot
Comment 4 2014-08-01 16:21:03 PDT
Comment on attachment 235904 [details] Patch Clearing flags on attachment: 235904 Committed r171956: <http://trac.webkit.org/changeset/171956>
WebKit Commit Bot
Comment 5 2014-08-01 16:21:08 PDT
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.