[Webkit-unassigned] [Bug 137194] webkit-gtk-2.4.4: compilation failed on ARMv5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 29 08:17:19 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137194


Csaba Osztrogonác <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com,
                   |                            |gns at gnome.org,
                   |                            |svillar at igalia.com




--- Comment #1 from Csaba Osztrogonác <ossy at webkit.org>  2014-09-29 08:17:18 PST ---
These build error comes from LLINT (Low Level Interpretet) and it seems these
instructions are used from the beginning - https://trac.webkit.org/changeset/108444 . )

I think the easiest way to fix this issue it to disable JIT and 
only use the CLOOP interpreter on ARMv5.

Just try to define ENABLE_LLINT_C_LOOP to 1 before this check:
https://trac.webkit.org/browser/releases/WebKitGTK/webkit-2.4.4/Source/WTF/wtf/Platform.h#L651

I'm not sure if this config was maintained that time, but 
maybe GTK folks can help to fix this config if it is needed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list