[pypy-commit] lang-smalltalk storage: use StackOverflow protection from rlib

timfel noreply at buildbot.pypy.org
Thu Jul 10 15:29:28 CEST 2014


Author: Tim Felgentreff <timfelgentreff at gmail.com>
Branch: storage
Changeset: r887:75fb3a75ff6b
Date: 2014-07-10 12:00 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/75fb3a75ff6b/

Log:	use StackOverflow protection from rlib

diff --git a/spyvm/constants.py b/spyvm/constants.py
--- a/spyvm/constants.py
+++ b/spyvm/constants.py
@@ -190,6 +190,5 @@
 # Interpreter constants
 #
 
-MAX_LOOP_DEPTH = 100
 INTERRUPT_COUNTER_SIZE = 10000
 CompileTime = time.time()


More information about the pypy-commit mailing list