Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cfbolz committed Jun 9, 2023
1 parent 5321594 commit 6fcba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpython/jit/codewriter/liveness.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fcba0c

Please sign in to comment.