[pypy-commit] pypy stackroot-speedup: Fix comment.

arigo noreply at buildbot.pypy.org
Sun Jan 29 21:46:52 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: stackroot-speedup
Changeset: r51957:231f3159915e
Date: 2012-01-29 21:46 +0100
http://bitbucket.org/pypy/pypy/changeset/231f3159915e/

Log:	Fix comment.

diff --git a/pypy/rpython/memory/gctransform/shadowstack.py b/pypy/rpython/memory/gctransform/shadowstack.py
--- a/pypy/rpython/memory/gctransform/shadowstack.py
+++ b/pypy/rpython/memory/gctransform/shadowstack.py
@@ -8,7 +8,7 @@
 
 
 # special values in the shadowstack (different values than
-# the jit's MARKER_FRAME, which is 8):
+# the jit's MARKER_FRAME(_TRACED), which are 8 and 32):
 MARKER_NOT_TRACED = 16
 MARKER_TRACED     = 24
 


More information about the pypy-commit mailing list