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 95e5c28 commit 839215cCopy full SHA for 839215c
Python/perf_jit_trampoline.c
@@ -1088,6 +1088,7 @@ static void* perf_map_jit_init(void) {
1088
size_t eh_frame_size = calculate_eh_frame_size();
1089
size_t unwind_data_size = sizeof(EhFrameHeader) + eh_frame_size;
1090
trampoline_api.code_padding = round_up(unwind_data_size, 16);
1091
+ trampoline_api.code_alignment = 32;
1092
1093
return &perf_jit_map_state;
1094
}
@@ -1347,4 +1348,4 @@ _PyPerf_Callbacks _Py_perfmap_jit_callbacks = {
1347
1348
&perf_map_jit_fini, // Cleanup function
1349
};
1350
-#endif /* PY_HAVE_PERF_TRAMPOLINE */
1351
+#endif /* PY_HAVE_PERF_TRAMPOLINE */
0 commit comments