RESOLVED FIXED 190659
[JSC] More aggressively use `constexpr` in LowLevelInterpreter.asm for constant values
https://bugs.webkit.org/show_bug.cgi?id=190659
Summary [JSC] More aggressively use `constexpr` in LowLevelInterpreter.asm for consta...
Yusuke Suzuki
Reported 2018-10-17 00:57:50 PDT
[JSC] More aggressively use `constexpr` in LowLevelInterpreter.asm for constant values
Attachments
Patch (35.29 KB, patch)
2018-10-17 01:08 PDT, Yusuke Suzuki
keith_miller: review+
Patch (35.33 KB, patch)
2018-10-17 08:00 PDT, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2018-10-17 01:08:12 PDT
EWS Watchlist
Comment 2 2018-10-17 01:11:37 PDT
Attachment 352556 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/llint/LLIntData.cpp:101: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] ERROR: Source/JavaScriptCore/llint/LLIntData.cpp:105: 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: 2 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
Keith Miller
Comment 3 2018-10-17 07:23:13 PDT
Comment on attachment 352556 [details] Patch r=me. I could have sworn I did some of these already... Oh well. Nice patch!
Yusuke Suzuki
Comment 4 2018-10-17 08:00:00 PDT
EWS Watchlist
Comment 5 2018-10-17 08:02:20 PDT
Attachment 352566 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/llint/LLIntData.cpp:101: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] ERROR: Source/JavaScriptCore/llint/LLIntData.cpp:105: 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: 2 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
Yusuke Suzuki
Comment 6 2018-10-17 08:49:02 PDT
Radar WebKit Bug Importer
Comment 7 2018-10-17 08:50:43 PDT
Note You need to log in before you can comment on or make changes to this bug.