Author: Carl Friedrich Bolz <[email protected]>
Branch: remove-objspace-options
Changeset: r83870:e2eba8fa9b9e
Date: 2016-04-25 17:17 +0300
http://bitbucket.org/pypy/pypy/changeset/e2eba8fa9b9e/

Log:    (cfbolz, arigo advising) somewhat randomly raise the cutoff to 3000
        to make things work with pypy, allworkingmodules and mapdict

diff --git a/rpython/translator/backendopt/writeanalyze.py 
b/rpython/translator/backendopt/writeanalyze.py
--- a/rpython/translator/backendopt/writeanalyze.py
+++ b/rpython/translator/backendopt/writeanalyze.py
@@ -4,7 +4,7 @@
 top_set = object()
 empty_set = frozenset()
 
-CUTOFF = 1000
+CUTOFF = 3000
 
 class WriteAnalyzer(graphanalyze.GraphAnalyzer):
     cutoff = CUTOFF
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to