Author: amintos
Branch:
Changeset: r755:b7366f346f2b
Date: 2014-01-15 14:23 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/b7366f346f2b/
Log: deleted unexplainable except block
diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/spyvm/interpreter.py
+++ b/spyvm/interpreter.py
@@ -191,9 +191,6 @@
print "Interpreter starting"
try:
self.loop(w_frame)
- except ProcessSwitch, e:
- # W00t: Can I haz explainaiatain?
- self.interpret_with_w_frame(e.s_new_context.w_self())
except ReturnFromTopLevel, e:
return e.object
diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py
--- a/targetimageloadingsmalltalk.py
+++ b/targetimageloadingsmalltalk.py
@@ -226,8 +226,10 @@
if hasattr(rgc, "stm_is_enabled"):
driver.config.translation.stm = True
driver.config.translation.thread = True
+ driver.config.translation.rweakref = True
+ driver.config.translation.shared = False
# driver.config.translation.jit = True
-
+ print driver.config.translation
return entry_point, None
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit