[pypy-commit] lang-smalltalk default: reenabled automatic configuration of stm in targetimageloadingsmalltalk

Patrick Rein noreply at buildbot.pypy.org
Thu Apr 24 16:57:32 CEST 2014


Author: Patrick Rein <patrick.rein at student.hpi.uni-potsdam.de>
Branch: 
Changeset: r795:a12c5ad93421
Date: 2014-04-24 15:56 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/a12c5ad93421/

Log:	reenabled automatic configuration of stm in
	targetimageloadingsmalltalk

diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py
--- a/targetimageloadingsmalltalk.py
+++ b/targetimageloadingsmalltalk.py
@@ -223,9 +223,8 @@
     # driver.config.translation.gcrootfinder = "stm"
     from rpython.rlib import rgc
     if hasattr(rgc, "stm_is_enabled"):
-        pass
-        #driver.config.translation.stm = True
-        #driver.config.translation.thread = True
+        driver.config.translation.stm = True
+        driver.config.translation.thread = True
     return entry_point, None
 
 


More information about the pypy-commit mailing list