Author: Patrick Rein <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit