RESOLVED FIXED 96962
We don't have a bad enough time if an object's prototype chain crosses global objects
https://bugs.webkit.org/show_bug.cgi?id=96962
Summary We don't have a bad enough time if an object's prototype chain crosses global...
Filip Pizlo
Reported 2012-09-17 15:27:50 PDT
Patch forthcoming.
Attachments
the patch (9.31 KB, patch)
2012-09-17 15:29 PDT, Filip Pizlo
ggaren: review+
Filip Pizlo
Comment 1 2012-09-17 15:29:42 PDT
Created attachment 164461 [details] the patch
Geoffrey Garen
Comment 2 2012-09-17 15:34:37 PDT
Comment on attachment 164461 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=164461&action=review r=me > Source/JavaScriptCore/runtime/JSGlobalObject.cpp:385 > if (!hasBrokenIndexing(object)) Push this filter higher, since it will filter often.
Filip Pizlo
Comment 3 2012-09-17 15:48:49 PDT
Note You need to log in before you can comment on or make changes to this bug.