Skip to content

Commit 972ad51

Browse files
authored
PEP 831: Fix typo in JIT frame pointer explanation (#4919)
1 parent 697470b commit 972ad51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0831.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ code is a prerequisite for the JIT to be considered production-ready.
411411

412412
Individual JIT stencils do not need frame-pointer prologues; the entire JIT
413413
region can be treated as a single frameless region for unwinding purposes.
414-
What matters is that the JIT itself is must reserve frame pointers, so
414+
What matters is that the JIT itself must reserve frame pointers, so
415415
that the frame-pointer register (``%rbp`` on x86-64, ``x29`` on AArch64) is
416416
reserved and not clobbered by stencil code. With frame pointers in the
417417
JIT, most unwinders can walk through JIT regions without needing to inspect

0 commit comments

Comments
 (0)