Skip to content

Commit 8cfff6f

Browse files
committed
trampoline -> shim
1 parent c214c07 commit 8cfff6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/jit/_targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async def _compile(
158158
# code than -O3). As a nice benefit, it uses less memory too:
159159
"-Os",
160160
"-S",
161-
"-Xclang", f"-mframe-pointer={'all' if opname == 'trampoline' else 'reserved'}",
161+
"-Xclang", f"-mframe-pointer={'all' if opname == 'shim' else 'reserved'}",
162162
# Shorten full absolute file paths in the generated code (like the
163163
# __FILE__ macro and assert failure messages) for reproducibility:
164164
f"-ffile-prefix-map={CPYTHON}=.",

0 commit comments

Comments
 (0)