[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

gyuyoung.kim at samsung.com gyuyoung.kim at samsung.com
Fri Jan 21 15:16:35 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit eb90a2ba887409db3c8cabee2219aeba76f21701
Author: gyuyoung.kim at samsung.com <gyuyoung.kim at samsung.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 10 20:05:54 2011 +0000

    2011-01-10  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
    
            Reviewed by Eric Seidel.
    
            [EFL] Enable JIT for WebKit EFL
            https://bugs.webkit.org/show_bug.cgi?id=52140
    
            Enable JIT option for WebKit EFL. Enabled JIT's JS performance is
            3 ~ 6 times faster than before.
    
            * Source/cmake/OptionsEfl.cmake:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75403 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 1ab0ef3..52d462d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2011-01-10  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
+
+        Reviewed by Eric Seidel.
+
+        [EFL] Enable JIT for WebKit EFL
+        https://bugs.webkit.org/show_bug.cgi?id=52140
+
+        Enable JIT option for WebKit EFL. Enabled JIT's JS performance is 
+        3 ~ 6 times faster than before.
+
+        * Source/cmake/OptionsEfl.cmake:
+
 2011-01-10  Martin Robinson  <mrobinson at igalia.com>
 
         Reviewed by Gustavo Noronha.
diff --git a/Source/cmake/OptionsEfl.cmake b/Source/cmake/OptionsEfl.cmake
index 3f846fe..b34ec3b 100644
--- a/Source/cmake/OptionsEfl.cmake
+++ b/Source/cmake/OptionsEfl.cmake
@@ -77,7 +77,7 @@ WEBKIT_FEATURE(ENABLE_GLIB_SUPPORT "Enable Glib support" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_ICONDATABASE "Enable icon database" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_INSPECTOR "Enable inspector" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_JAVASCRIPT_DEBUGGER "Enable JavaScript debugger" DEFAULT ON)
-WEBKIT_FEATURE(ENABLE_JIT "Enable JIT code" DEFAULT OFF)
+WEBKIT_FEATURE(ENABLE_JIT "Enable JIT code" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_MATHML "Enable MathML" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_NETSCAPE_PLUGIN_API "Enable Netscape plugin API" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_NOTIFICATIONS "Enable notifications" DEFAULT OFF)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list