Fix JIT crash on x86-64 (avoid 32-bit branch offset overflow)
authorKent Hansen <kent.hansen@nokia.com>
Thu, 8 Jul 2010 17:26:50 +0000 (17:26 +0000)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)
commit57bf9c2fd48347d4c8113e34cef57c9bd144a6f9
tree2dd593d0f104115508278e8c5e8de35e4f881453
parent459e6a70baff87f7554a4d858681aeb9d0883f70
Fix JIT crash on x86-64 (avoid 32-bit branch offset overflow)

Cherry-picked from webkit commit
a5b3261a8c4386b4e14ce40a34c7fc933a5f7001

Task-number: QTBUG-23871
Change-Id: Ia028fe072b349e3a7883ae0f6f7298941cc1bc9e
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
(cherry picked from commit 79ebd39d0d4846cb911ae122d2059e5add568d7e in qtscript)

Gbp-Pq: Name fix_jit_crash_on_x86_64.patch
src/3rdparty/javascriptcore/JavaScriptCore/ChangeLog
src/3rdparty/javascriptcore/JavaScriptCore/JavaScriptCore.pri
src/3rdparty/javascriptcore/JavaScriptCore/jit/ExecutableAllocator.cpp
src/3rdparty/javascriptcore/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp
src/3rdparty/javascriptcore/JavaScriptCore/jit/ExecutableAllocatorPosix.cpp
src/3rdparty/javascriptcore/JavaScriptCore/jit/ExecutableAllocatorSymbian.cpp
src/3rdparty/javascriptcore/JavaScriptCore/jit/ExecutableAllocatorWin.cpp
src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h