Bug 30228

Summary: [Gtk] Add ARM JIT support for Gtk port
Product: WebKit Reporter: Gabor Loki <loki>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Add ARM JIT support for Gtk port (disabled by default) eric: review+

Description Gabor Loki 2009-10-08 11:52:06 PDT
The current Gtk port does not support ARM JIT.

First of all, we should add the ARM JIT releated files to the build system.
After that, we will enable ARM JIT by default if everyone is happy with it.
Comment 1 Gabor Loki 2009-10-08 12:00:56 PDT
Created attachment 40897 [details]
Add ARM JIT support for Gtk port (disabled by default)

This patch adds ARM JIT related files to Gtk's build system.

Currently the JIT is disabled by default. If everyone is happy with ARM JIT, we will enable it by default.

Use the following command (or a similar one) to have an ARM JIT in WebKit:
 - WebKitTools/Scripts/build-webkit --gtk --makeargs='CXXFLAGS="-DENABLE_JIT=1 -DENABLE_YARR=1 -DENABLE_YARR_JIT=1"'
Comment 2 Eric Seidel (no email) 2009-10-08 12:14:15 PDT
Comment on attachment 40897 [details]
Add ARM JIT support for Gtk port (disabled by default)

rs=me.
Comment 3 Zoltan Horvath 2009-10-09 00:52:43 PDT
Landed in 49383.

http://trac.webkit.org/changeset/49383