RESOLVED FIXED 125669
CStack Branch: Add equivalent values from MaxFrameExtentForSlowPathCall.h to lint files
https://bugs.webkit.org/show_bug.cgi?id=125669
Summary CStack Branch: Add equivalent values from MaxFrameExtentForSlowPathCall.h to ...
Michael Saboff
Reported 2013-12-12 17:47:01 PST
The port specific values of maxFrameExtentForSlowPathCall in assembler/MaxFrameExtentForSlowPathCall.h also need to be added to LowLevelInterpreter.asm.
Attachments
Patch (2.49 KB, patch)
2013-12-12 17:48 PST, Michael Saboff
mark.lam: review+
eflews.bot: commit-queue-
Michael Saboff
Comment 1 2013-12-12 17:48:57 PST
WebKit Commit Bot
Comment 2 2013-12-12 17:51:12 PST
Attachment 219137 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/llint/LLIntData.cpp', u'Source/JavaScriptCore/llint/LowLevelInterpreter.asm', '--commit-queue']" exit_code: 1 ERROR: Source/JavaScriptCore/llint/LLIntData.cpp:128: 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: 1 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Mark Lam
Comment 3 2013-12-12 17:54:15 PST
Comment on attachment 219137 [details] Patch r=me
EFL EWS Bot
Comment 4 2013-12-12 17:58:23 PST
EFL EWS Bot
Comment 5 2013-12-12 17:58:27 PST
kov's GTK+ EWS bot
Comment 6 2013-12-12 17:58:59 PST
Mark Lam
Comment 7 2013-12-12 18:00:04 PST
Comment on attachment 219137 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=219137&action=review > Source/JavaScriptCore/llint/LLIntData.cpp:131 > +#elif CPU(ARM) || CPU(SH4) > + ASSERT(maxFrameExtentForSlowPathCall == 16); Since CPU(ARM) covers both the CPU(ARM_TRADITIONAL) and CPU(ARM_THUMB2) cases, can you change the #if in MaxFrameExtentForSlowPathCall.h to reflect this (so that this list looks consistent with the one there)?
Michael Saboff
Comment 8 2013-12-12 18:03:30 PST
Note You need to log in before you can comment on or make changes to this bug.