Changeset 133781 in webkit


Ignore:
Timestamp:
Nov 7, 2012 10:49:08 AM (11 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt][ARM] REGRESSION(r133688): It made all JSC and layout tests crash on ARM traditional platform
https://bugs.webkit.org/show_bug.cgi?id=101465

Patch by Gabor Ballabas <gaborb@inf.u-szeged.hu> on 2012-11-07
Reviewed by Oliver Hunt.

Fix failing javascriptcore tests on ARM after r133688

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::CodeBlock):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r133688 r133781  
     12012-11-07  Gabor Ballabas  <gaborb@inf.u-szeged.hu>
     2
     3        [Qt][ARM] REGRESSION(r133688): It made all JSC and layout tests crash on ARM traditional platform
     4        https://bugs.webkit.org/show_bug.cgi?id=101465
     5
     6        Reviewed by Oliver Hunt.
     7
     8        Fix failing javascriptcore tests on ARM after r133688
     9
     10        * bytecode/CodeBlock.cpp:
     11        (JSC::CodeBlock::CodeBlock):
     12
    1132012-11-06  Oliver Hunt  <oliver@apple.com>
    214
  • trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp

    r133688 r133781  
    18071807            instructions[i + opLength - 1] = &m_arrayProfiles[arrayProfileIndex];
    18081808            // fallthrough
     1809#if !ENABLE(LLINT)
     1810            break;
     1811#endif
    18091812        }
    18101813#endif
Note: See TracChangeset for help on using the changeset viewer.