aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2023-06-09 09:53:23 +0200
committerCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2023-06-09 09:53:23 +0200
commit6fcba0cd24d7f978b7a6368f518284f2a12efcae (patch)
treeda089826d19ce7de5a2c261c6e5ed201000f7046
parentdon't give all descrs a ei_index and a descr_index field, almost all don't have (diff)
downloadpypy-6fcba0cd24d7f978b7a6368f518284f2a12efcae.tar.gz
pypy-6fcba0cd24d7f978b7a6368f518284f2a12efcae.tar.bz2
pypy-6fcba0cd24d7f978b7a6368f518284f2a12efcae.zip
fix comment
-rw-r--r--rpython/jit/codewriter/liveness.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpython/jit/codewriter/liveness.py b/rpython/jit/codewriter/liveness.py
index c4802fde30..18410f79ed 100644
--- a/rpython/jit/codewriter/liveness.py
+++ b/rpython/jit/codewriter/liveness.py
@@ -119,7 +119,7 @@ def remove_repeated_live(ssarepr):
# ____________________________________________________________
# helper functions for compactly encoding and decoding liveness info
-# liveness is encoded as a 4 byte offset into the single string all_liveness
+# liveness is encoded as a 2 byte offset into the single string all_liveness
# (which is stored on the metainterp_sd)
OFFSET_SIZE = 2