Author: Armin Rigo <[email protected]>
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
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to