Author: Tim Felgentreff <[email protected]>
Branch:
Changeset: r274:269e560adae6
Date: 2013-04-16 13:02 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/269e560adae6/
Log: Adjust interrupt check constant, so we don't do it too often and
slow down the JIT
diff --git a/spyvm/constants.py b/spyvm/constants.py
--- a/spyvm/constants.py
+++ b/spyvm/constants.py
@@ -183,4 +183,4 @@
#
MAX_LOOP_DEPTH = 100
-INTERRUPT_COUNTER_SIZE = 1000
\ No newline at end of file
+INTERRUPT_COUNTER_SIZE = 10000
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit