RESOLVED FIXED 52946
Cleaned up some conservative marking code.
https://bugs.webkit.org/show_bug.cgi?id=52946
Summary Cleaned up some conservative marking code.
Geoffrey Garen
Reported 2011-01-21 19:51:13 PST
Cleaned up some conservative marking code.
Attachments
Patch (16.02 KB, patch)
2011-01-21 19:59 PST, Geoffrey Garen
no flags
follow-up patch (4.77 KB, patch)
2011-01-21 22:41 PST, Geoffrey Garen
no flags
Patch (19.53 KB, patch)
2011-01-22 10:54 PST, Geoffrey Garen
no flags
Patch (19.53 KB, patch)
2011-01-22 10:59 PST, Geoffrey Garen
ggaren: review+
Geoffrey Garen
Comment 1 2011-01-21 19:59:54 PST
WebKit Review Bot
Comment 2 2011-01-21 20:01:13 PST
Attachment 79819 [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/runtime/MachineStackMarker.cpp:402: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Source/JavaScriptCore/runtime/MarkedSpace.h:222: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Source/JavaScriptCore/runtime/MarkedSpace.h:226: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 3 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Maciej Stachowiak
Comment 3 2011-01-21 20:18:33 PST
Comment on attachment 79819 [details] Patch r=me Up to you whether to obey the style checker's requests here.
Geoffrey Garen
Comment 4 2011-01-21 20:27:27 PST
Geoffrey Garen
Comment 5 2011-01-21 22:41:30 PST
Created attachment 79829 [details] follow-up patch
Geoffrey Garen
Comment 6 2011-01-21 22:41:53 PST
Comment on attachment 79829 [details] follow-up patch rs=maciej
Geoffrey Garen
Comment 7 2011-01-22 10:54:30 PST
Geoffrey Garen
Comment 8 2011-01-22 10:57:47 PST
Addressing another set of review comments.
Geoffrey Garen
Comment 9 2011-01-22 10:59:20 PST
Geoffrey Garen
Comment 10 2011-01-22 12:10:39 PST
Comment on attachment 79850 [details] Patch rs=maciej
Geoffrey Garen
Comment 11 2011-01-22 12:11:35 PST
Note You need to log in before you can comment on or make changes to this bug.