Author: Tim Felgentreff <timfelgentr...@gmail.com>
Branch: stm-c4
Changeset: r767:60b449663c44
Date: 2014-04-02 12:48 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/60b449663c44/

Log:    update to translate with stmgc-c7

diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py
--- a/targetimageloadingsmalltalk.py
+++ b/targetimageloadingsmalltalk.py
@@ -227,10 +227,11 @@
     if hasattr(rgc, "stm_is_enabled"):
         driver.config.translation.stm = True
         driver.config.translation.thread = True
-        driver.config.translation.gc = "stmgc"
+        # driver.config.translation.gc = "stmgc"
         driver.config.translation.gcrootfinder = 'stm'
         driver.config.translation.rweakref = True
         driver.config.translation.shared = False
+        driver.config.translation.cc = "clang"
 
         # driver.config.translation.jit = True
     print driver.config.translation
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to