Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r70410:c0394cc70841
Date: 2014-04-02 22:44 +0200
http://bitbucket.org/pypy/pypy/changeset/c0394cc70841/

Log:    Add an XXX: the -Ojit option currently implies --stm in the stm
        branch, but it shouldn't be the case in general

diff --git a/rpython/config/translationoption.py 
b/rpython/config/translationoption.py
--- a/rpython/config/translationoption.py
+++ b/rpython/config/translationoption.py
@@ -331,7 +331,7 @@
     'mem':  DEFL_GC + '  lowinline     remove_asserts    removetypeptr',
     '2':    DEFL_GC + '  extraopts',
     '3':    DEFL_GC + '  extraopts     remove_asserts',
-    'jit':  'stmgc  extraopts     jit  stm',
+    'jit':  'stmgc  extraopts     jit  stm',     # XXX STM TEMPORARY
     }
 
 def set_opt_level(config, level):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to