Author: Tim Felgentreff <[email protected]>
Branch: stm-c4
Changeset: r769:21cd797e1d36
Date: 2014-04-02 12:58 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/21cd797e1d36/

Log:    change name, error out when stmgc isn't passed on cmdline

diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py
--- a/targetimageloadingsmalltalk.py
+++ b/targetimageloadingsmalltalk.py
@@ -227,9 +227,10 @@
     if system.IS_64BIT:
         driver.exe_name += "-64"
     if hasattr(rgc, "stm_is_enabled"):
+        driver.exe_name += "-stm"
+        driver.config.translation.gc = "stmgc" # Sadly, this also has to be 
passed on the commandline
         driver.config.translation.stm = True
         driver.config.translation.thread = True
-        # driver.config.translation.gc = "stmgc"
         driver.config.translation.gcrootfinder = 'stm'
         driver.config.translation.rweakref = True
         driver.config.translation.shared = False
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to