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+

Gabor Loki
Reported 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.
Attachments
Add ARM JIT support for Gtk port (disabled by default) (1.93 KB, patch)
2009-10-08 12:00 PDT, Gabor Loki
eric: review+
Gabor Loki
Comment 1 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"'
Eric Seidel (no email)
Comment 2 2009-10-08 12:14:15 PDT
Comment on attachment 40897 [details] Add ARM JIT support for Gtk port (disabled by default) rs=me.
Zoltan Horvath
Comment 3 2009-10-09 00:52:43 PDT
Note You need to log in before you can comment on or make changes to this bug.