<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>125669</bug_id>
          
          <creation_ts>2013-12-12 17:47:01 -0800</creation_ts>
          <short_desc>CStack Branch: Add equivalent values from MaxFrameExtentForSlowPathCall.h to lint files</short_desc>
          <delta_ts>2013-12-12 18:03:30 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Saboff">msaboff</reporter>
          <assigned_to name="Michael Saboff">msaboff</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>eflews.bot</cc>
    
    <cc>gtk-ews</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>xan.lopez</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>959416</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2013-12-12 17:47:01 -0800</bug_when>
    <thetext>The port specific values of maxFrameExtentForSlowPathCall in assembler/MaxFrameExtentForSlowPathCall.h also need to be added to LowLevelInterpreter.asm.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>959417</commentid>
    <comment_count>1</comment_count>
      <attachid>219137</attachid>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2013-12-12 17:48:57 -0800</bug_when>
    <thetext>Created attachment 219137
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>959419</commentid>
    <comment_count>2</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2013-12-12 17:51:12 -0800</bug_when>
    <thetext>Attachment 219137 did not pass style-queue:

Failed to run &quot;[&apos;Tools/Scripts/check-webkit-style&apos;, &apos;--diff-files&apos;, u&apos;Source/JavaScriptCore/ChangeLog&apos;, u&apos;Source/JavaScriptCore/llint/LLIntData.cpp&apos;, u&apos;Source/JavaScriptCore/llint/LowLevelInterpreter.asm&apos;, &apos;--commit-queue&apos;]&quot; 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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>959420</commentid>
    <comment_count>3</comment_count>
      <attachid>219137</attachid>
    <who name="Mark Lam">mark.lam</who>
    <bug_when>2013-12-12 17:54:15 -0800</bug_when>
    <thetext>Comment on attachment 219137
Patch

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>959421</commentid>
    <comment_count>4</comment_count>
      <attachid>219137</attachid>
    <who name="EFL EWS Bot">eflews.bot</who>
    <bug_when>2013-12-12 17:58:23 -0800</bug_when>
    <thetext>Comment on attachment 219137
Patch

Attachment 219137 did not pass efl-wk2-ews (efl-wk2):
Output: http://webkit-queues.appspot.com/results/48648018</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>959422</commentid>
    <comment_count>5</comment_count>
      <attachid>219137</attachid>
    <who name="EFL EWS Bot">eflews.bot</who>
    <bug_when>2013-12-12 17:58:27 -0800</bug_when>
    <thetext>Comment on attachment 219137
Patch

Attachment 219137 did not pass efl-ews (efl):
Output: http://webkit-queues.appspot.com/results/48658025</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>959424</commentid>
    <comment_count>6</comment_count>
      <attachid>219137</attachid>
    <who name="kov&apos;s GTK+ EWS bot">gtk-ews</who>
    <bug_when>2013-12-12 17:58:59 -0800</bug_when>
    <thetext>Comment on attachment 219137
Patch

Attachment 219137 did not pass gtk-ews (gtk):
Output: http://webkit-queues.appspot.com/results/48618026</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>959425</commentid>
    <comment_count>7</comment_count>
      <attachid>219137</attachid>
    <who name="Mark Lam">mark.lam</who>
    <bug_when>2013-12-12 18:00:04 -0800</bug_when>
    <thetext>Comment on attachment 219137
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=219137&amp;action=review

&gt; Source/JavaScriptCore/llint/LLIntData.cpp:131
&gt; +#elif CPU(ARM) || CPU(SH4)
&gt; +    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)?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>959428</commentid>
    <comment_count>8</comment_count>
    <who name="Michael Saboff">msaboff</who>
    <bug_when>2013-12-12 18:03:30 -0800</bug_when>
    <thetext>Committed r160522: &lt;http://trac.webkit.org/changeset/160522&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>219137</attachid>
            <date>2013-12-12 17:48:57 -0800</date>
            <delta_ts>2013-12-12 18:00:04 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>125669.patch</filename>
            <type>text/plain</type>
            <size>2547</size>
            <attacher name="Michael Saboff">msaboff</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9KYXZhU2NyaXB0Q29yZS9DaGFuZ2VMb2cKPT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gU291
cmNlL0phdmFTY3JpcHRDb3JlL0NoYW5nZUxvZwkocmV2aXNpb24gMTYwNTIxKQorKysgU291cmNl
L0phdmFTY3JpcHRDb3JlL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsxLDE3IEBA
CisyMDEzLTEyLTEyICBNaWNoYWVsIFNhYm9mZiAgPG1zYWJvZmZAYXBwbGUuY29tPgorCisgICAg
ICAgIENTdGFjayBCcmFuY2g6IEFkZCBlcXVpdmFsZW50IHZhbHVlcyBmcm9tIE1heEZyYW1lRXh0
ZW50Rm9yU2xvd1BhdGhDYWxsLmggdG8gbGludCBmaWxlcworICAgICAgICBodHRwczovL2J1Z3Mu
d2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTI1NjY5CisKKyAgICAgICAgUmV2aWV3ZWQgYnkg
Tk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgQWRkZWQgcGxhdGZvcm0gc3BlY2lmaWMgdmFsdWUg
b2YgbWF4RnJhbWVFeHRlbnRGb3JTbG93UGF0aENhbGwgdG8gbGxpbnQgY29kZS4KKyAgICAgICAg
QWxzbyBhZGRlZCBBU1NFUlRzIHRvIGNoZWNrIHRoYXQgd2UgYXJlIHVzaW5nIHRoZSBzYXZlIHZh
bHVlIGluIGJvdGggcGxhY2VzLgorCisgICAgICAgICogbGxpbnQvTExJbnREYXRhLmNwcDoKKyAg
ICAgICAgKEpTQzo6TExJbnQ6OkRhdGE6OnBlcmZvcm1Bc3NlcnRpb25zKToKKyAgICAgICAgKiBs
bGludC9Mb3dMZXZlbEludGVycHJldGVyLmFzbToKKwogMjAxMy0xMi0xMiAgTWljaGFlbCBTYWJv
ZmYgIDxtc2Fib2ZmQGFwcGxlLmNvbT4KIAogICAgICAgICBDU3RhY2sgQnJhbmNoOiBBZGQgdGhl
IG5ldyBhc3NlbWJsZXIvTWF4RnJhbWVFeHRlbnRGb3JTbG93UGF0aENhbGwuaCB0byBidWlsZCBm
aWxlcwpJbmRleDogU291cmNlL0phdmFTY3JpcHRDb3JlL2xsaW50L0xMSW50RGF0YS5jcHAKPT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PQotLS0gU291cmNlL0phdmFTY3JpcHRDb3JlL2xsaW50L0xMSW50RGF0YS5jcHAJKHJl
dmlzaW9uIDE2MDUxNikKKysrIFNvdXJjZS9KYXZhU2NyaXB0Q29yZS9sbGludC9MTEludERhdGEu
Y3BwCSh3b3JraW5nIGNvcHkpCkBAIC0zMyw2ICszMyw3IEBACiAjaW5jbHVkZSAiSW5zdHJ1Y3Rp
b24uaCIKICNpbmNsdWRlICJKU1Njb3BlLmgiCiAjaW5jbHVkZSAiTExJbnRDTG9vcC5oIgorI2lu
Y2x1ZGUgIk1heEZyYW1lRXh0ZW50Rm9yU2xvd1BhdGhDYWxsLmgiCiAjaW5jbHVkZSAiT3Bjb2Rl
LmgiCiAjaW5jbHVkZSAiUHJvcGVydHlPZmZzZXQuaCIKIApAQCAtMTI0LDYgKzEyNSwxMyBAQCB2
b2lkIERhdGE6OnBlcmZvcm1Bc3NlcnRpb25zKFZNJiB2bSkKICAgICBBU1NFUlQoVmFsdWVVbmRl
ZmluZWQgPT0gKFRhZ0JpdFR5cGVPdGhlciB8IFRhZ0JpdFVuZGVmaW5lZCkpOwogICAgIEFTU0VS
VChWYWx1ZU51bGwgPT0gVGFnQml0VHlwZU90aGVyKTsKICNlbmRpZgorI2lmIENQVShYODZfNjQp
IHx8IENQVShBUk02NCkgfHwgRU5BQkxFKExMSU5UX0NfTE9PUCkKKyAgICBBU1NFUlQobWF4RnJh
bWVFeHRlbnRGb3JTbG93UGF0aENhbGwgPT0gMCk7CisjZWxpZiBDUFUoQVJNKSB8fCBDUFUoU0g0
KQorICAgIEFTU0VSVChtYXhGcmFtZUV4dGVudEZvclNsb3dQYXRoQ2FsbCA9PSAxNik7CisjZWxp
ZiBDUFUoWDg2KSB8fCBDUFUoTUlQUykKKyAgICBBU1NFUlQobWF4RnJhbWVFeHRlbnRGb3JTbG93
UGF0aENhbGwgPT0gMzIpOworI2VuZGlmCiAgICAgQVNTRVJUKFN0cmluZ1R5cGUgPT0gNSk7CiAg
ICAgQVNTRVJUKE9iamVjdFR5cGUgPT0gMTcpOwogICAgIEFTU0VSVChGaW5hbE9iamVjdFR5cGUg
PT0gMTgpOwpJbmRleDogU291cmNlL0phdmFTY3JpcHRDb3JlL2xsaW50L0xvd0xldmVsSW50ZXJw
cmV0ZXIuYXNtCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT0KLS0tIFNvdXJjZS9KYXZhU2NyaXB0Q29yZS9sbGludC9Mb3dM
ZXZlbEludGVycHJldGVyLmFzbQkocmV2aXNpb24gMTYwNTE2KQorKysgU291cmNlL0phdmFTY3Jp
cHRDb3JlL2xsaW50L0xvd0xldmVsSW50ZXJwcmV0ZXIuYXNtCSh3b3JraW5nIGNvcHkpCkBAIC03
Myw2ICs3MywxNCBAQCBjb25zdCBEZWxldGVkVmFsdWVUYWcgPSAtNwogY29uc3QgTG93ZXN0VGFn
ID0gRGVsZXRlZFZhbHVlVGFnCiBlbmQKIAoraWYgWDg2XzY0IG9yIEFSTTY0IG9yIENfTE9PUAor
Y29uc3QgbWF4RnJhbWVFeHRlbnRGb3JTbG93UGF0aENhbGwgPSAwCitlbHNpZiBBUk0gb3IgQVJN
djdfVFJBRElUSU9OQUwgb3IgQVJNdjcgb3IgU0g0Citjb25zdCBtYXhGcmFtZUV4dGVudEZvclNs
b3dQYXRoQ2FsbCA9IDE2CitlbHNpZiBYODYgb3IgTUlQUworY29uc3QgbWF4RnJhbWVFeHRlbnRG
b3JTbG93UGF0aENhbGwgPSAzMgorZW5kCisKICMgV2F0Y2hwb2ludCBzdGF0ZXMKIGNvbnN0IENs
ZWFyV2F0Y2hwb2ludCA9IDAKIGNvbnN0IElzV2F0Y2hlZCA9IDEK
</data>
<flag name="review"
          id="242727"
          type_id="1"
          status="+"
          setter="mark.lam"
    />
    <flag name="commit-queue"
          id="242728"
          type_id="3"
          status="-"
          setter="eflews.bot"
    />
          </attachment>
      

    </bug>

</bugzilla>