RESOLVED FIXED 101147
Get rid of method_check
https://bugs.webkit.org/show_bug.cgi?id=101147
Summary Get rid of method_check
Filip Pizlo
Reported 2012-11-03 02:52:38 PDT
After https://bugs.webkit.org/show_bug.cgi?id=101146 is done, there should not be any reason left for using method_check.
Attachments
the patch (70.80 KB, patch)
2012-11-05 00:09 PST, Filip Pizlo
gtk-ews: commit-queue-
the patch (73.77 KB, patch)
2012-11-05 00:31 PST, Filip Pizlo
ggaren: review+
buildbot: commit-queue-
Filip Pizlo
Comment 1 2012-11-03 03:08:29 PDT
This depends on https://bugs.webkit.org/show_bug.cgi?id=101146 because the one thing that method_check currently gives, that get_by_id proto & chain caching did not give us, is detection of a prototype having things added to it without otherwise changing the prototype chain. method_check will silently repatch itself in those situations without adding to the chain list. However, once https://bugs.webkit.org/show_bug.cgi?id=101146 lands, proto & chain caching will have this behavior as well, since the cache lists will be cleared when a prototype has things added to it.
Filip Pizlo
Comment 2 2012-11-05 00:09:39 PST
Created attachment 172278 [details] the patch
WebKit Review Bot
Comment 3 2012-11-05 00:14:49 PST
Attachment 172278 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1 Source/JavaScriptCore/jit/JIT.h:524: The parameter name "ident" adds no information, so it should be removed. [readability/parameter_name] [5] Source/JavaScriptCore/jit/JIT.h:524: The parameter name "iter" adds no information, so it should be removed. [readability/parameter_name] [5] Source/JavaScriptCore/jit/JIT.h:600: The parameter name "ident" adds no information, so it should be removed. [readability/parameter_name] [5] Source/JavaScriptCore/jit/JIT.h:600: The parameter name "iter" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 4 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
kov's GTK+ EWS bot
Comment 4 2012-11-05 00:18:13 PST
Early Warning System Bot
Comment 5 2012-11-05 00:18:41 PST
Comment on attachment 172278 [details] the patch Attachment 172278 [details] did not pass qt-wk2-ews (qt): Output: http://queues.webkit.org/results/14717736
Early Warning System Bot
Comment 6 2012-11-05 00:19:23 PST
EFL EWS Bot
Comment 7 2012-11-05 00:20:45 PST
Filip Pizlo
Comment 8 2012-11-05 00:31:15 PST
Created attachment 172281 [details] the patch Fix style and non-Mac builds.
Build Bot
Comment 9 2012-11-05 03:30:20 PST
Comment on attachment 172281 [details] the patch Attachment 172281 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/14732530 New failing tests: fast/js/toString-and-valueOf-override.html
Geoffrey Garen
Comment 10 2012-11-05 09:00:15 PST
Comment on attachment 172281 [details] the patch r=me
Filip Pizlo
Comment 11 2012-11-05 17:54:30 PST
(In reply to comment #9) > (From update of attachment 172281 [details]) > Attachment 172281 [details] did not pass mac-ews (mac): > Output: http://queues.webkit.org/results/14732530 > > New failing tests: > fast/js/toString-and-valueOf-override.html Turns out this was a preexisting bug in get_by_id. Fixed by https://bugs.webkit.org/show_bug.cgi?id=101276.
Filip Pizlo
Comment 12 2012-11-05 23:17:06 PST
Note You need to log in before you can comment on or make changes to this bug.