[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

vicki vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:38:36 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 779ba6bdf728d747ca675b17eefde4183eb34057
Author: vicki <vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri May 7 22:31:01 2004 +0000

            Reviewed by darin.
    
    	Turn off GC since it uses ppc only instructions (which breaks
    	the B&I build).
    
            * kjs/value.h: set USE_CONSERVATIVE_GC to 0
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6559 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index b73afcf..5217cd3 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-07  Vicki Murley  <vicki at apple.com>
+
+        Reviewed by darin.
+
+	Turn off GC since it uses ppc only instructions (which breaks 
+	the B&I build).   
+    
+        * kjs/value.h: set USE_CONSERVATIVE_GC to 0
+
 === Safari-139 ===
 
 2004-05-07  Maciej Stachowiak  <mjs at apple.com>
diff --git a/JavaScriptCore/kjs/value.h b/JavaScriptCore/kjs/value.h
index ac5186f..8e5bd89 100644
--- a/JavaScriptCore/kjs/value.h
+++ b/JavaScriptCore/kjs/value.h
@@ -25,7 +25,7 @@
 #ifndef _KJS_VALUE_H_
 #define _KJS_VALUE_H_
 
-#define USE_CONSERVATIVE_GC 1
+#define USE_CONSERVATIVE_GC 0
 #define TEST_CONSERVATIVE_GC 0
 
 #ifndef NDEBUG // protection against problems if committing with KJS_VERBOSE on

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list