mirror of https://github.com/python/cpython
gh-118518: Ensure that the code padding it's applied (#118654)
This commit is contained in:
parent
e5c699280d
commit
e6b213ee3f
|
@ -292,7 +292,7 @@ static void* perf_map_jit_init(void) {
|
||||||
}
|
}
|
||||||
perf_jit_map_state.code_id = 0;
|
perf_jit_map_state.code_id = 0;
|
||||||
|
|
||||||
// trampoline_api.code_padding = PERF_JIT_CODE_PADDING;
|
trampoline_api.code_padding = PERF_JIT_CODE_PADDING;
|
||||||
return &perf_jit_map_state;
|
return &perf_jit_map_state;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue