We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697470b commit 972ad51Copy full SHA for 972ad51
peps/pep-0831.rst
@@ -411,7 +411,7 @@ code is a prerequisite for the JIT to be considered production-ready.
411
412
Individual JIT stencils do not need frame-pointer prologues; the entire JIT
413
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
+What matters is that the JIT itself must reserve frame pointers, so
415
that the frame-pointer register (``%rbp`` on x86-64, ``x29`` on AArch64) is
416
reserved and not clobbered by stencil code. With frame pointers in the
417
JIT, most unwinders can walk through JIT regions without needing to inspect
0 commit comments