[pypy-commit] pypy continulet-jit: Found out a problem with the JIT and continulets: the JIT's

arigo noreply at buildbot.pypy.org
Fri Oct 7 08:25:33 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: continulet-jit
Changeset: r47847:292172639cc1
Date: 2011-10-04 11:50 +0200
http://bitbucket.org/pypy/pypy/changeset/292172639cc1/

Log:	Found out a problem with the JIT and continulets: the JIT's runtime
	code tries occasionally to read stuff out of the stack (via
	"vable_token"), but the corresponding stack might have been put
	away.



More information about the pypy-commit mailing list