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 c214c07 commit 8cfff6fCopy full SHA for 8cfff6f
Tools/jit/_targets.py
@@ -158,7 +158,7 @@ async def _compile(
158
# code than -O3). As a nice benefit, it uses less memory too:
159
"-Os",
160
"-S",
161
- "-Xclang", f"-mframe-pointer={'all' if opname == 'trampoline' else 'reserved'}",
+ "-Xclang", f"-mframe-pointer={'all' if opname == 'shim' else 'reserved'}",
162
# Shorten full absolute file paths in the generated code (like the
163
# __FILE__ macro and assert failure messages) for reproducibility:
164
f"-ffile-prefix-map={CPYTHON}=.",
0 commit comments